Html Css Color HEX #3F88CD Curious Blue

📋 copy color: '#3F88CD'

red 63 ◦ green 136 ◦ blue 205

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

Shades of Curious Blue #3F88CD

Tints of Curious Blue #3F88CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 15.59%
G = 33.66%
B = 50.74%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F88CD (or 0x3F88CD) is known color: Curious Blue. HEX triplet: 3F, 88 and CD. RGB value is (63,136,205). Sum of RGB (Red+Green+Blue) = 63+136+205=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F88CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F88CD is #C07732. Grayscale: #797979. Windows color (decimal): -12613427 or 13469759. OLE color: 13469759.

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

Color convert

RGB 63 136 205 -
CMYK 0.69 0.34 0 0.20
HSL 209.15º 0.59% 0.53% -
HSV(B) 209.15º 0.69% 0.8% -
XYZ 21.87 23.07 61.06 -
YUV 122.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 63 136 205 0.69 0.34 0 0.20 209.15 0.59 0.53
Hex 3F 88 CD 45 22 0 14 D1 3B 35
Octal 77 210 315 105 42 0 24 321 73 65
Binary 111111 10001000 11001101 1000101 100010 0 10100 11010001 111011 110101

Color Harmonies of #3F88CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F88CD

Black with #3F88CD

Text Example


Text Example

White with #3F88CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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