Html Css Color HEX #359BED Summer Sky

📋 copy color: '#359BED'

red 53 ◦ green 155 ◦ blue 237

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

Shades of Summer Sky #359BED

Tints of Summer Sky #359BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 11.91%
G = 34.83%
B = 53.26%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#359BED (or 0x359BED) is known color: Summer Sky. HEX triplet: 35, 9B and ED. RGB value is (53,155,237). Sum of RGB (Red+Green+Blue) = 53+155+237=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #359BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359BED is #CA6412. Grayscale: #858585. Windows color (decimal): -13263891 or 15571765. OLE color: 15571765.

HSL color Cylindrical-coordinate representation of color #359BED: hue angle of 206.74º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359BED is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 155 237 -
CMYK 0.78 0.35 0 0.07
HSL 206.74º 0.84% 0.57% -
HSV(B) 206.74º 0.78% 0.93% -
XYZ 28.48 30.31 84.47 -
YUV 133.85 186.21 70.33 -
System Red Green Blue C M Y K H S L
Decimal 53 155 237 0.78 0.35 0 0.07 206.74 0.84 0.57
Hex 35 9B ED 4E 23 0 7 CF 54 39
Octal 65 233 355 116 43 0 7 317 124 71
Binary 110101 10011011 11101101 1001110 100011 0 111 11001111 1010100 111001

Color Harmonies of #359BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BED

Black with #359BED

Text Example


Text Example

White with #359BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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