Html Css Color HEX #3F88BC Curious Blue

📋 copy color: '#3F88BC'

red 63 ◦ green 136 ◦ blue 188

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

Shades of Curious Blue #3F88BC

Tints of Curious Blue #3F88BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 16.28%
G = 35.14%
B = 48.58%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F88BC (or 0x3F88BC) is known color: Curious Blue. HEX triplet: 3F, 88 and BC. RGB value is (63,136,188). Sum of RGB (Red+Green+Blue) = 63+136+188=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F88BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F88BC is #C07743. Grayscale: #777777. Windows color (decimal): -12613444 or 12355647. OLE color: 12355647.

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

Color convert

RGB 63 136 188 -
CMYK 0.66 0.28 0 0.26
HSL 204.96º 0.5% 0.49% -
HSV(B) 204.96º 0.66% 0.74% -
XYZ 19.93 22.3 50.83 -
YUV 120.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 63 136 188 0.66 0.28 0 0.26 204.96 0.5 0.49
Hex 3F 88 BC 42 1C 0 1A CD 32 31
Octal 77 210 274 102 34 0 32 315 62 61
Binary 111111 10001000 10111100 1000010 11100 0 11010 11001101 110010 110001

Color Harmonies of #3F88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F88BC

Black with #3F88BC

Text Example


Text Example

White with #3F88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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