Html Css Color HEX #359BCF Summer Sky

📋 copy color: '#359BCF'

red 53 ◦ green 155 ◦ blue 207

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

Shades of Summer Sky #359BCF

Tints of Summer Sky #359BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 12.77%
G = 37.35%
B = 49.88%

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

#359BCF (or 0x359BCF) is known color: Summer Sky. HEX triplet: 35, 9B and CF. RGB value is (53,155,207). Sum of RGB (Red+Green+Blue) = 53+155+207=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #359BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BCF is #CA6430. Grayscale: #828282. Windows color (decimal): -13263921 or 13605685. OLE color: 13605685.

HSL color Cylindrical-coordinate representation of color #359BCF: hue angle of 200.26º degrees, saturation: 0.62, 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 #359BCF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 155 207 -
CMYK 0.74 0.25 0 0.19
HSL 200.26º 0.62% 0.51% -
HSV(B) 200.26º 0.74% 0.81% -
XYZ 24.45 28.7 63.28 -
YUV 130.43 171.21 72.77 -
System Red Green Blue C M Y K H S L
Decimal 53 155 207 0.74 0.25 0 0.19 200.26 0.62 0.51
Hex 35 9B CF 4A 19 0 13 C8 3E 33
Octal 65 233 317 112 31 0 23 310 76 63
Binary 110101 10011011 11001111 1001010 11001 0 10011 11001000 111110 110011

Color Harmonies of #359BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BCF

Black with #359BCF

Text Example


Text Example

White with #359BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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