Html Css Color HEX #339ACC Summer Sky

📋 copy color: '#339ACC'

red 51 ◦ green 154 ◦ blue 204

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

Shades of Summer Sky #339ACC

Tints of Summer Sky #339ACC

RGB

 RED value IS 51 (20.31% from 255) = 12.47%

 GREEN value IS 154 (60.55% from 255) = 37.65%

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

R = 12.47%
G = 37.65%
B = 49.88%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#339ACC (or 0x339ACC) is known color: Summer Sky. HEX triplet: 33, 9A and CC. RGB value is (51,154,204). Sum of RGB (Red+Green+Blue) = 51+154+204=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #339ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339ACC is #CC6533. Grayscale: #808080. Windows color (decimal): -13395252 or 13408819. OLE color: 13408819.

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

Color convert

RGB 51 154 204 -
CMYK 0.75 0.25 0 0.2
HSL 199.61º 0.6% 0.5% -
HSV(B) 199.61º 0.75% 0.8% -
XYZ 23.82 28.17 61.31 -
YUV 128.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 51 154 204 0.75 0.25 0 0.2 199.61 0.6 0.5
Hex 33 9A CC 4B 19 0 14 C8 3C 32
Octal 63 232 314 113 31 0 24 310 74 62
Binary 110011 10011010 11001100 1001011 11001 0 10100 11001000 111100 110010

Color Harmonies of #339ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339ACC

Black with #339ACC

Text Example


Text Example

White with #339ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339ACC; }

 p { color: rgb(51,154,204); }

 H1.HeaderClassName
 {
   color: #339ACC;
 }
 .AnyTagClassName
 {
   color: #339ACC;
 }
</style>

background-color css

<style>
 a { background-color: #339ACC; }

 a { background-color: rgb(51,154,204); }

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

border-color css

<style>
 span { border-color: #339ACC; }

 span { border-color: rgb(51,154,204); }

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