Html Css Color HEX #359CCD Summer Sky

📋 copy color: '#359CCD'

red 53 ◦ green 156 ◦ blue 205

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

Shades of Summer Sky #359CCD

Tints of Summer Sky #359CCD

RGB

 RED value IS 53 (21.09% from 255) = 12.8%

 GREEN value IS 156 (61.33% from 255) = 37.68%

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

R = 12.8%
G = 37.68%
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

#359CCD (or 0x359CCD) is known color: Summer Sky. HEX triplet: 35, 9C and CD. RGB value is (53,156,205). Sum of RGB (Red+Green+Blue) = 53+156+205=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 156 (61.33% from 255 or 37.68% 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 #359CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CCD is #CA6332. Grayscale: #828282. Windows color (decimal): -13263667 or 13474869. OLE color: 13474869.

HSL color Cylindrical-coordinate representation of color #359CCD: hue angle of 199.34º 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 #359CCD is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 156 205 -
CMYK 0.74 0.24 0 0.20
HSL 199.34º 0.6% 0.51% -
HSV(B) 199.34º 0.74% 0.8% -
XYZ 24.38 28.94 62.06 -
YUV 130.79 169.88 72.52 -
System Red Green Blue C M Y K H S L
Decimal 53 156 205 0.74 0.24 0 0.20 199.34 0.6 0.51
Hex 35 9C CD 4A 18 0 14 C7 3C 33
Octal 65 234 315 112 30 0 24 307 74 63
Binary 110101 10011100 11001101 1001010 11000 0 10100 11000111 111100 110011

Color Harmonies of #359CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CCD

Black with #359CCD

Text Example


Text Example

White with #359CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359CCD; }

 p { color: rgb(53,156,205); }

 H1.HeaderClassName
 {
   color: #359CCD;
 }
 .AnyTagClassName
 {
   color: #359CCD;
 }
</style>

background-color css

<style>
 a { background-color: #359CCD; }

 a { background-color: rgb(53,156,205); }

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

border-color css

<style>
 span { border-color: #359CCD; }

 span { border-color: rgb(53,156,205); }

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