Html Css Color HEX #359FEA Summer Sky

📋 copy color: '#359FEA'

red 53 ◦ green 159 ◦ blue 234

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

Shades of Summer Sky #359FEA

Tints of Summer Sky #359FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.65%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 11.88%
G = 35.65%
B = 52.47%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#359FEA (or 0x359FEA) is known color: Summer Sky. HEX triplet: 35, 9F and EA. RGB value is (53,159,234). Sum of RGB (Red+Green+Blue) = 53+159+234=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #359FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359FEA is #CA6015. Grayscale: #878787. Windows color (decimal): -13262870 or 15376181. OLE color: 15376181.

HSL color Cylindrical-coordinate representation of color #359FEA: hue angle of 204.86º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #359FEA is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 159 234 -
CMYK 0.77 0.32 0 0.08
HSL 204.86º 0.81% 0.56% -
HSV(B) 204.86º 0.77% 0.92% -
XYZ 28.72 31.49 82.41 -
YUV 135.86 183.38 68.9 -
System Red Green Blue C M Y K H S L
Decimal 53 159 234 0.77 0.32 0 0.08 204.86 0.81 0.56
Hex 35 9F EA 4D 20 0 8 CD 51 38
Octal 65 237 352 115 40 0 10 315 121 70
Binary 110101 10011111 11101010 1001101 100000 0 1000 11001101 1010001 111000

Color Harmonies of #359FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FEA

Black with #359FEA

Text Example


Text Example

White with #359FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,159,234); }

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

background-color css

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

 a { background-color: rgb(53,159,234); }

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

border-color css

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

 span { border-color: rgb(53,159,234); }

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