Html Css Color HEX #369ED7 Summer Sky

📋 copy color: '#369ED7'

red 54 ◦ green 158 ◦ blue 215

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

Shades of Summer Sky #369ED7

Tints of Summer Sky #369ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.35%

R = 12.65%
G = 37%
B = 50.35%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#369ED7 (or 0x369ED7) is known color: Summer Sky. HEX triplet: 36, 9E and D7. RGB value is (54,158,215). Sum of RGB (Red+Green+Blue) = 54+158+215=427 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.65% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #369ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369ED7 is #C96128. Grayscale: #858585. Windows color (decimal): -13197609 or 14130742. OLE color: 14130742.

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

Color convert

RGB 54 158 215 -
CMYK 0.75 0.27 0 0.16
HSL 201.24º 0.67% 0.53% -
HSV(B) 201.24º 0.75% 0.84% -
XYZ 26.01 30.14 68.74 -
YUV 133.4 174.04 71.37 -
System Red Green Blue C M Y K H S L
Decimal 54 158 215 0.75 0.27 0 0.16 201.24 0.67 0.53
Hex 36 9E D7 4B 1B 0 10 C9 43 35
Octal 66 236 327 113 33 0 20 311 103 65
Binary 110110 10011110 11010111 1001011 11011 0 10000 11001001 1000011 110101

Color Harmonies of #369ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369ED7

Black with #369ED7

Text Example


Text Example

White with #369ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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