Html Css Color HEX #3299CE Summer Sky

📋 copy color: '#3299CE'

red 50 ◦ green 153 ◦ blue 206

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

Shades of Summer Sky #3299CE

Tints of Summer Sky #3299CE

RGB

 RED value IS 50 (19.92% from 255) = 12.22%

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

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

R = 12.22%
G = 37.41%
B = 50.37%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3299CE (or 0x3299CE) is known color: Summer Sky. HEX triplet: 32, 99 and CE. RGB value is (50,153,206). Sum of RGB (Red+Green+Blue) = 50+153+206=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #3299CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3299CE is #CD6631. Grayscale: #7F7F7F. Windows color (decimal): -13461042 or 13539634. OLE color: 13539634.

HSL color Cylindrical-coordinate representation of color #3299CE: hue angle of 200.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3299CE is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 153 206 -
CMYK 0.76 0.26 0 0.19
HSL 200.38º 0.61% 0.5% -
HSV(B) 200.38º 0.76% 0.81% -
XYZ 23.85 27.92 62.52 -
YUV 128.25 171.88 72.19 -
System Red Green Blue C M Y K H S L
Decimal 50 153 206 0.76 0.26 0 0.19 200.38 0.61 0.5
Hex 32 99 CE 4C 1A 0 13 C8 3D 32
Octal 62 231 316 114 32 0 23 310 75 62
Binary 110010 10011001 11001110 1001100 11010 0 10011 11001000 111101 110010

Color Harmonies of #3299CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3299CE

Black with #3299CE

Text Example


Text Example

White with #3299CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3299CE; }

 p { color: rgb(50,153,206); }

 H1.HeaderClassName
 {
   color: #3299CE;
 }
 .AnyTagClassName
 {
   color: #3299CE;
 }
</style>

background-color css

<style>
 a { background-color: #3299CE; }

 a { background-color: rgb(50,153,206); }

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

border-color css

<style>
 span { border-color: #3299CE; }

 span { border-color: rgb(50,153,206); }

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