Html Css Color HEX #3F88CE Curious Blue

📋 copy color: '#3F88CE'

red 63 ◦ green 136 ◦ blue 206

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

Shades of Curious Blue #3F88CE

Tints of Curious Blue #3F88CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 15.56%
G = 33.58%
B = 50.86%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F88CE (or 0x3F88CE) is known color: Curious Blue. HEX triplet: 3F, 88 and CE. RGB value is (63,136,206). Sum of RGB (Red+Green+Blue) = 63+136+206=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F88CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F88CE is #C07731. Grayscale: #797979. Windows color (decimal): -12613426 or 13535295. OLE color: 13535295.

HSL color Cylindrical-coordinate representation of color #3F88CE: hue angle of 209.37º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F88CE is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 136 206 -
CMYK 0.69 0.34 0 0.19
HSL 209.37º 0.59% 0.53% -
HSV(B) 209.37º 0.69% 0.81% -
XYZ 21.99 23.12 61.7 -
YUV 122.15 175.32 85.81 -
System Red Green Blue C M Y K H S L
Decimal 63 136 206 0.69 0.34 0 0.19 209.37 0.59 0.53
Hex 3F 88 CE 45 22 0 13 D1 3B 35
Octal 77 210 316 105 42 0 23 321 73 65
Binary 111111 10001000 11001110 1000101 100010 0 10011 11010001 111011 110101

Color Harmonies of #3F88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F88CE

Black with #3F88CE

Text Example


Text Example

White with #3F88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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