Html Css Color HEX #369BDD Summer Sky

📋 copy color: '#369BDD'

red 54 ◦ green 155 ◦ blue 221

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

Shades of Summer Sky #369BDD

Tints of Summer Sky #369BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.05%

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

R = 12.56%
G = 36.05%
B = 51.4%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#369BDD (or 0x369BDD) is known color: Summer Sky. HEX triplet: 36, 9B and DD. RGB value is (54,155,221). Sum of RGB (Red+Green+Blue) = 54+155+221=430 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.56% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #369BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BDD is #C96422. Grayscale: #838383. Windows color (decimal): -13198371 or 14523190. OLE color: 14523190.

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

Color convert

RGB 54 155 221 -
CMYK 0.76 0.30 0 0.13
HSL 203.71º 0.71% 0.54% -
HSV(B) 203.71º 0.76% 0.87% -
XYZ 26.29 29.45 72.7 -
YUV 132.33 178.04 72.13 -
System Red Green Blue C M Y K H S L
Decimal 54 155 221 0.76 0.30 0 0.13 203.71 0.71 0.54
Hex 36 9B DD 4C 1E 0 D CC 47 36
Octal 66 233 335 114 36 0 15 314 107 66
Binary 110110 10011011 11011101 1001100 11110 0 1101 11001100 1000111 110110

Color Harmonies of #369BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369BDD

Black with #369BDD

Text Example


Text Example

White with #369BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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