Html Css Color HEX #369BDA Summer Sky

📋 copy color: '#369BDA'

red 54 ◦ green 155 ◦ blue 218

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

Shades of Summer Sky #369BDA

Tints of Summer Sky #369BDA

RGB

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

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

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

R = 12.65%
G = 36.3%
B = 51.05%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#369BDA (or 0x369BDA) is known color: Summer Sky. HEX triplet: 36, 9B and DA. RGB value is (54,155,218). Sum of RGB (Red+Green+Blue) = 54+155+218=427 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.65% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #369BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BDA is #C96425. Grayscale: #838383. Windows color (decimal): -13198374 or 14326582. OLE color: 14326582.

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

Color convert

RGB 54 155 218 -
CMYK 0.75 0.29 0 0.15
HSL 203.05º 0.69% 0.53% -
HSV(B) 203.05º 0.75% 0.85% -
XYZ 25.9 29.29 70.62 -
YUV 131.98 176.54 72.38 -
System Red Green Blue C M Y K H S L
Decimal 54 155 218 0.75 0.29 0 0.15 203.05 0.69 0.53
Hex 36 9B DA 4B 1D 0 F CB 45 35
Octal 66 233 332 113 35 0 17 313 105 65
Binary 110110 10011011 11011010 1001011 11101 0 1111 11001011 1000101 110101

Color Harmonies of #369BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369BDA

Black with #369BDA

Text Example


Text Example

White with #369BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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