Html Css Color HEX #369EDD Summer Sky

📋 copy color: '#369EDD'

red 54 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #369EDD

Tints of Summer Sky #369EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 12.47%
G = 36.49%
B = 51.04%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#369EDD (or 0x369EDD) is known color: Summer Sky. HEX triplet: 36, 9E and DD. RGB value is (54,158,221). Sum of RGB (Red+Green+Blue) = 54+158+221=433 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.47% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #369EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369EDD is #C96122. Grayscale: #858585. Windows color (decimal): -13197603 or 14523958. OLE color: 14523958.

HSL color Cylindrical-coordinate representation of color #369EDD: hue angle of 202.63º degrees, saturation: 0.71, 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 #369EDD is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 158 221 -
CMYK 0.76 0.29 0 0.13
HSL 202.63º 0.71% 0.54% -
HSV(B) 202.63º 0.76% 0.87% -
XYZ 26.8 30.46 72.87 -
YUV 134.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 54 158 221 0.76 0.29 0 0.13 202.63 0.71 0.54
Hex 36 9E DD 4C 1D 0 D CB 47 36
Octal 66 236 335 114 35 0 15 313 107 66
Binary 110110 10011110 11011101 1001100 11101 0 1101 11001011 1000111 110110

Color Harmonies of #369EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369EDD

Black with #369EDD

Text Example


Text Example

White with #369EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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