Html Css Color HEX #369EDA Summer Sky

📋 copy color: '#369EDA'

red 54 ◦ green 158 ◦ blue 218

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

Shades of Summer Sky #369EDA

Tints of Summer Sky #369EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 12.56%
G = 36.74%
B = 50.7%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#369EDA (or 0x369EDA) is known color: Summer Sky. HEX triplet: 36, 9E and DA. RGB value is (54,158,218). Sum of RGB (Red+Green+Blue) = 54+158+218=430 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.56% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #369EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369EDA is #C96125. Grayscale: #858585. Windows color (decimal): -13197606 or 14327350. OLE color: 14327350.

HSL color Cylindrical-coordinate representation of color #369EDA: hue angle of 201.95º degrees, saturation: 0.69, 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 #369EDA is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 158 218 -
CMYK 0.75 0.28 0 0.15
HSL 201.95º 0.69% 0.53% -
HSV(B) 201.95º 0.75% 0.85% -
XYZ 26.4 30.3 70.79 -
YUV 133.74 175.54 71.12 -
System Red Green Blue C M Y K H S L
Decimal 54 158 218 0.75 0.28 0 0.15 201.95 0.69 0.53
Hex 36 9E DA 4B 1C 0 F CA 45 35
Octal 66 236 332 113 34 0 17 312 105 65
Binary 110110 10011110 11011010 1001011 11100 0 1111 11001010 1000101 110101

Color Harmonies of #369EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369EDA

Black with #369EDA

Text Example


Text Example

White with #369EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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