Html Css Color HEX #3199CC Summer Sky

📋 copy color: '#3199CC'

red 49 ◦ green 153 ◦ blue 204

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

Shades of Summer Sky #3199CC

Tints of Summer Sky #3199CC

RGB

 RED value IS 49 (19.53% from 255) = 12.07%

 GREEN value IS 153 (60.16% from 255) = 37.68%

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

R = 12.07%
G = 37.68%
B = 50.25%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3199CC (or 0x3199CC) is known color: Summer Sky. HEX triplet: 31, 99 and CC. RGB value is (49,153,204). Sum of RGB (Red+Green+Blue) = 49+153+204=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #3199CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3199CC is #CE6633. Grayscale: #7F7F7F. Windows color (decimal): -13526580 or 13408561. OLE color: 13408561.

HSL color Cylindrical-coordinate representation of color #3199CC: hue angle of 199.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3199CC is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 153 204 -
CMYK 0.76 0.25 0 0.2
HSL 199.74º 0.61% 0.5% -
HSV(B) 199.74º 0.76% 0.8% -
XYZ 23.56 27.8 61.25 -
YUV 127.72 171.04 71.85 -
System Red Green Blue C M Y K H S L
Decimal 49 153 204 0.76 0.25 0 0.2 199.74 0.61 0.5
Hex 31 99 CC 4C 19 0 14 C8 3D 32
Octal 61 231 314 114 31 0 24 310 75 62
Binary 110001 10011001 11001100 1001100 11001 0 10100 11001000 111101 110010

Color Harmonies of #3199CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3199CC

Black with #3199CC

Text Example


Text Example

White with #3199CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,153,204); }

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

background-color css

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

 a { background-color: rgb(49,153,204); }

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

border-color css

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

 span { border-color: rgb(49,153,204); }

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