Html Css Color HEX #369CCC Summer Sky

📋 copy color: '#369CCC'

red 54 ◦ green 156 ◦ blue 204

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

Shades of Summer Sky #369CCC

Tints of Summer Sky #369CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.68%

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

R = 13.04%
G = 37.68%
B = 49.28%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#369CCC (or 0x369CCC) is known color: Summer Sky. HEX triplet: 36, 9C and CC. RGB value is (54,156,204). Sum of RGB (Red+Green+Blue) = 54+156+204=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #369CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369CCC is #C96333. Grayscale: #828282. Windows color (decimal): -13198132 or 13409334. OLE color: 13409334.

HSL color Cylindrical-coordinate representation of color #369CCC: hue angle of 199.2º 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 #369CCC is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 156 204 -
CMYK 0.74 0.24 0 0.2
HSL 199.2º 0.6% 0.51% -
HSV(B) 199.2º 0.74% 0.8% -
XYZ 24.31 28.92 61.43 -
YUV 130.97 169.21 73.1 -
System Red Green Blue C M Y K H S L
Decimal 54 156 204 0.74 0.24 0 0.2 199.2 0.6 0.51
Hex 36 9C CC 4A 18 0 14 C7 3C 33
Octal 66 234 314 112 30 0 24 307 74 63
Binary 110110 10011100 11001100 1001010 11000 0 10100 11000111 111100 110011

Color Harmonies of #369CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369CCC

Black with #369CCC

Text Example


Text Example

White with #369CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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