Html Css Color HEX #3992CB Curious Blue

📋 copy color: '#3992CB'

red 57 ◦ green 146 ◦ blue 203

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

Shades of Curious Blue #3992CB

Tints of Curious Blue #3992CB

RGB

 RED value IS 57 (22.66% from 255) = 14.04%

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 14.04%
G = 35.96%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3992CB (or 0x3992CB) is known color: Curious Blue. HEX triplet: 39, 92 and CB. RGB value is (57,146,203). Sum of RGB (Red+Green+Blue) = 57+146+203=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #3992CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3992CB is #C66D34. Grayscale: #7D7D7D. Windows color (decimal): -13004085 or 13341241. OLE color: 13341241.

HSL color Cylindrical-coordinate representation of color #3992CB: hue angle of 203.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3992CB is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 146 203 -
CMYK 0.72 0.28 0 0.20
HSL 203.42º 0.58% 0.51% -
HSV(B) 203.42º 0.72% 0.8% -
XYZ 22.75 25.74 60.27 -
YUV 125.89 171.51 78.87 -
System Red Green Blue C M Y K H S L
Decimal 57 146 203 0.72 0.28 0 0.20 203.42 0.58 0.51
Hex 39 92 CB 48 1C 0 14 CB 3A 33
Octal 71 222 313 110 34 0 24 313 72 63
Binary 111001 10010010 11001011 1001000 11100 0 10100 11001011 111010 110011

Color Harmonies of #3992CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3992CB

Black with #3992CB

Text Example


Text Example

White with #3992CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3992CB; }

 p { color: rgb(57,146,203); }

 H1.HeaderClassName
 {
   color: #3992CB;
 }
 .AnyTagClassName
 {
   color: #3992CB;
 }
</style>

background-color css

<style>
 a { background-color: #3992CB; }

 a { background-color: rgb(57,146,203); }

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

border-color css

<style>
 span { border-color: #3992CB; }

 span { border-color: rgb(57,146,203); }

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