Html Css Color HEX #3F88BA Curious Blue

📋 copy color: '#3F88BA'

red 63 ◦ green 136 ◦ blue 186

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

Shades of Curious Blue #3F88BA

Tints of Curious Blue #3F88BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 16.36%
G = 35.32%
B = 48.31%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F88BA (or 0x3F88BA) is known color: Curious Blue. HEX triplet: 3F, 88 and BA. RGB value is (63,136,186). Sum of RGB (Red+Green+Blue) = 63+136+186=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F88BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F88BA is #C07745. Grayscale: #777777. Windows color (decimal): -12613446 or 12224575. OLE color: 12224575.

HSL color Cylindrical-coordinate representation of color #3F88BA: hue angle of 204.39º degrees, saturation: 0.49, 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 #3F88BA is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 136 186 -
CMYK 0.66 0.27 0 0.27
HSL 204.39º 0.49% 0.49% -
HSV(B) 204.39º 0.66% 0.73% -
XYZ 19.72 22.21 49.7 -
YUV 119.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 63 136 186 0.66 0.27 0 0.27 204.39 0.49 0.49
Hex 3F 88 BA 42 1B 0 1B CC 31 31
Octal 77 210 272 102 33 0 33 314 61 61
Binary 111111 10001000 10111010 1000010 11011 0 11011 11001100 110001 110001

Color Harmonies of #3F88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F88BA

Black with #3F88BA

Text Example


Text Example

White with #3F88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,136,186); }

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

background-color css

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

 a { background-color: rgb(63,136,186); }

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

border-color css

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

 span { border-color: rgb(63,136,186); }

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