Html Css Color HEX #3992CC Curious Blue

📋 copy color: '#3992CC'

red 57 ◦ green 146 ◦ blue 204

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

Shades of Curious Blue #3992CC

Tints of Curious Blue #3992CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 14%
G = 35.87%
B = 50.12%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3992CC (or 0x3992CC) is known color: Curious Blue. HEX triplet: 39, 92 and CC. RGB value is (57,146,204). Sum of RGB (Red+Green+Blue) = 57+146+204=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #3992CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3992CC is #C66D33. Grayscale: #7D7D7D. Windows color (decimal): -13004084 or 13406777. OLE color: 13406777.

HSL color Cylindrical-coordinate representation of color #3992CC: hue angle of 203.67º degrees, saturation: 0.59, 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 #3992CC is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 146 204 -
CMYK 0.72 0.28 0 0.2
HSL 203.67º 0.59% 0.51% -
HSV(B) 203.67º 0.72% 0.8% -
XYZ 22.87 25.79 60.9 -
YUV 126 172.01 78.78 -
System Red Green Blue C M Y K H S L
Decimal 57 146 204 0.72 0.28 0 0.2 203.67 0.59 0.51
Hex 39 92 CC 48 1C 0 14 CC 3B 33
Octal 71 222 314 110 34 0 24 314 73 63
Binary 111001 10010010 11001100 1001000 11100 0 10100 11001100 111011 110011

Color Harmonies of #3992CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3992CC

Black with #3992CC

Text Example


Text Example

White with #3992CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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