Html Css Color HEX #359BCE Summer Sky

📋 copy color: '#359BCE'

red 53 ◦ green 155 ◦ blue 206

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

Shades of Summer Sky #359BCE

Tints of Summer Sky #359BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 12.8%
G = 37.44%
B = 49.76%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#359BCE (or 0x359BCE) is known color: Summer Sky. HEX triplet: 35, 9B and CE. RGB value is (53,155,206). Sum of RGB (Red+Green+Blue) = 53+155+206=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #359BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BCE is #CA6431. Grayscale: #828282. Windows color (decimal): -13263922 or 13540149. OLE color: 13540149.

HSL color Cylindrical-coordinate representation of color #359BCE: hue angle of 200º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359BCE is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 155 206 -
CMYK 0.74 0.25 0 0.19
HSL 200º 0.61% 0.51% -
HSV(B) 200º 0.74% 0.81% -
XYZ 24.33 28.66 62.64 -
YUV 130.32 170.71 72.85 -
System Red Green Blue C M Y K H S L
Decimal 53 155 206 0.74 0.25 0 0.19 200 0.61 0.51
Hex 35 9B CE 4A 19 0 13 C8 3D 33
Octal 65 233 316 112 31 0 23 310 75 63
Binary 110101 10011011 11001110 1001010 11001 0 10011 11001000 111101 110011

Color Harmonies of #359BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BCE

Black with #359BCE

Text Example


Text Example

White with #359BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,155,206); }

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

background-color css

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

 a { background-color: rgb(53,155,206); }

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

border-color css

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

 span { border-color: rgb(53,155,206); }

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