Html Css Color HEX #369BCD Summer Sky

📋 copy color: '#369BCD'

red 54 ◦ green 155 ◦ blue 205

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

Shades of Summer Sky #369BCD

Tints of Summer Sky #369BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 13.04%
G = 37.44%
B = 49.52%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#369BCD (or 0x369BCD) is known color: Summer Sky. HEX triplet: 36, 9B and CD. RGB value is (54,155,205). Sum of RGB (Red+Green+Blue) = 54+155+205=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #369BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BCD is #C96432. Grayscale: #828282. Windows color (decimal): -13198387 or 13474614. OLE color: 13474614.

HSL color Cylindrical-coordinate representation of color #369BCD: hue angle of 199.87º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #369BCD is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 155 205 -
CMYK 0.74 0.24 0 0.20
HSL 199.87º 0.6% 0.51% -
HSV(B) 199.87º 0.74% 0.8% -
XYZ 24.26 28.63 62.01 -
YUV 130.5 170.04 73.43 -
System Red Green Blue C M Y K H S L
Decimal 54 155 205 0.74 0.24 0 0.20 199.87 0.6 0.51
Hex 36 9B CD 4A 18 0 14 C8 3C 33
Octal 66 233 315 112 30 0 24 310 74 63
Binary 110110 10011011 11001101 1001010 11000 0 10100 11001000 111100 110011

Color Harmonies of #369BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369BCD

Black with #369BCD

Text Example


Text Example

White with #369BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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