Html Css Color HEX #369ED8 Summer Sky

📋 copy color: '#369ED8'

red 54 ◦ green 158 ◦ blue 216

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

Shades of Summer Sky #369ED8

Tints of Summer Sky #369ED8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.92%

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 12.62%
G = 36.92%
B = 50.47%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#369ED8 (or 0x369ED8) is known color: Summer Sky. HEX triplet: 36, 9E and D8. RGB value is (54,158,216). Sum of RGB (Red+Green+Blue) = 54+158+216=428 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.62% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #369ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369ED8 is #C96127. Grayscale: #858585. Windows color (decimal): -13197608 or 14196278. OLE color: 14196278.

HSL color Cylindrical-coordinate representation of color #369ED8: hue angle of 201.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #369ED8 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 158 216 -
CMYK 0.75 0.27 0 0.15
HSL 201.48º 0.68% 0.53% -
HSV(B) 201.48º 0.75% 0.85% -
XYZ 26.14 30.2 69.42 -
YUV 133.52 174.54 71.28 -
System Red Green Blue C M Y K H S L
Decimal 54 158 216 0.75 0.27 0 0.15 201.48 0.68 0.53
Hex 36 9E D8 4B 1B 0 F C9 44 35
Octal 66 236 330 113 33 0 17 311 104 65
Binary 110110 10011110 11011000 1001011 11011 0 1111 11001001 1000100 110101

Color Harmonies of #369ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369ED8

Black with #369ED8

Text Example


Text Example

White with #369ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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