#369EDE

Color #369EDE Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #369EDE

Tints of Summer Sky #369EDE

Color information

#369EDE (or 0x369EDE) is unknown color: approx Summer Sky. HEX triplet: 36, 9E and DE. RGB value is (54,158,222). Sum of RGB (Red+Green+Blue) = 54+158+222=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #369EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369EDE is #C96121. Grayscale: #858585. Windows color (decimal): -13197602 or 14589494. OLE color: 14589494.

HSL color Cylindrical-coordinate representation of color #369EDE: hue angle of 202.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #369EDE is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB54158222-
CMYK0.760.2900.13
HSL202.86º71.79%54.12%-
HSV(B)202.86º75.68%87.06%-
XYZ26.9330.5173.58-
YUV134.2177.5470.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.44%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 222 (87.11% from 255) = 51.15%
R=12.44%
G=36.41%
B=51.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal541582220.760.2900.13202.8671.7954.12
Hex369EDE4C1D0Dcb4836
Octal662363361143501531311066
Binary110110100111101101111010011001110101101110010111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,158,222); }

 H1.HeaderClassName
 {
   color: #369EDE;
 }
 .AnyTagClassName
 {
   color: #369EDE;
 }
</style>
background-color css

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

 a { background-color: rgb(54,158,222); }

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

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

 span { border-color: rgb(54,158,222); }

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