Html Css Color HEX #369ADD Summer Sky

📋 copy color: '#369ADD'

red 54 ◦ green 154 ◦ blue 221

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

Shades of Summer Sky #369ADD

Tints of Summer Sky #369ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.9%

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

R = 12.59%
G = 35.9%
B = 51.52%

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

#369ADD (or 0x369ADD) is known color: Summer Sky. HEX triplet: 36, 9A and DD. RGB value is (54,154,221). Sum of RGB (Red+Green+Blue) = 54+154+221=429 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.59% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #369ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369ADD is #C96522. Grayscale: #838383. Windows color (decimal): -13198627 or 14522934. OLE color: 14522934.

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

Color convert

RGB 54 154 221 -
CMYK 0.76 0.30 0 0.13
HSL 204.07º 0.71% 0.54% -
HSV(B) 204.07º 0.76% 0.87% -
XYZ 26.13 29.12 72.65 -
YUV 131.74 178.37 72.55 -
System Red Green Blue C M Y K H S L
Decimal 54 154 221 0.76 0.30 0 0.13 204.07 0.71 0.54
Hex 36 9A DD 4C 1E 0 D CC 47 36
Octal 66 232 335 114 36 0 15 314 107 66
Binary 110110 10011010 11011101 1001100 11110 0 1101 11001100 1000111 110110

Color Harmonies of #369ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369ADD

Black with #369ADD

Text Example


Text Example

White with #369ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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