Html Css Color HEX #3F8DBB Curious Blue

📋 copy color: '#3F8DBB'

red 63 ◦ green 141 ◦ blue 187

#3F8DBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3F8DBB

Tints of Curious Blue #3F8DBB

RGB

 RED value IS 63 (25% from 255) = 16.11%

 GREEN value IS 141 (55.47% from 255) = 36.06%

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 16.11%
G = 36.06%
B = 47.83%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3F8DBB (or 0x3F8DBB) is known color: Curious Blue. HEX triplet: 3F, 8D and BB. RGB value is (63,141,187). Sum of RGB (Red+Green+Blue) = 63+141+187=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F8DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8DBB is #C07244. Grayscale: #7A7A7A. Windows color (decimal): -12612165 or 12291391. OLE color: 12291391.

HSL color Cylindrical-coordinate representation of color #3F8DBB: hue angle of 202.26º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F8DBB is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 141 187 -
CMYK 0.66 0.25 0 0.27
HSL 202.26º 0.5% 0.49% -
HSV(B) 202.26º 0.66% 0.73% -
XYZ 20.54 23.69 50.5 -
YUV 122.92 164.16 85.26 -
System Red Green Blue C M Y K H S L
Decimal 63 141 187 0.66 0.25 0 0.27 202.26 0.5 0.49
Hex 3F 8D BB 42 19 0 1B CA 32 31
Octal 77 215 273 102 31 0 33 312 62 61
Binary 111111 10001101 10111011 1000010 11001 0 11011 11001010 110010 110001

Color Harmonies of #3F8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8DBB

Black with #3F8DBB

Text Example


Text Example

White with #3F8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F8DBB; }

 p { color: rgb(63,141,187); }

 H1.HeaderClassName
 {
   color: #3F8DBB;
 }
 .AnyTagClassName
 {
   color: #3F8DBB;
 }
</style>

background-color css

<style>
 a { background-color: #3F8DBB; }

 a { background-color: rgb(63,141,187); }

 div.DivClassName
 {
   background-color: #3F8DBB;
 }
 .BgClassName
 {
   background-color: #3F8DBB;
 }
</style>

border-color css

<style>
 span { border-color: #3F8DBB; }

 span { border-color: rgb(63,141,187); }

 td.TdClassName
 {
   border-color: #3F8DBB;
 }
 .TagClassName
 {
   border-color: #3F8DBB;
 }
</style>