Html Css Color HEX #369ACC Summer Sky

📋 copy color: '#369ACC'

red 54 ◦ green 154 ◦ blue 204

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

Shades of Summer Sky #369ACC

Tints of Summer Sky #369ACC

RGB

 RED value IS 54 (21.48% from 255) = 13.11%

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

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

R = 13.11%
G = 37.38%
B = 49.51%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#369ACC (or 0x369ACC) is known color: Summer Sky. HEX triplet: 36, 9A and CC. RGB value is (54,154,204). Sum of RGB (Red+Green+Blue) = 54+154+204=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #369ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369ACC is #C96533. Grayscale: #818181. Windows color (decimal): -13198644 or 13408822. OLE color: 13408822.

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

Color convert

RGB 54 154 204 -
CMYK 0.74 0.25 0 0.2
HSL 200º 0.6% 0.51% -
HSV(B) 200º 0.74% 0.8% -
XYZ 23.98 28.26 61.32 -
YUV 129.8 169.87 73.93 -
System Red Green Blue C M Y K H S L
Decimal 54 154 204 0.74 0.25 0 0.2 200 0.6 0.51
Hex 36 9A CC 4A 19 0 14 C8 3C 33
Octal 66 232 314 112 31 0 24 310 74 63
Binary 110110 10011010 11001100 1001010 11001 0 10100 11001000 111100 110011

Color Harmonies of #369ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369ACC

Black with #369ACC

Text Example


Text Example

White with #369ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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