Html Css Color HEX #359CEA Summer Sky

📋 copy color: '#359CEA'

red 53 ◦ green 156 ◦ blue 234

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

Shades of Summer Sky #359CEA

Tints of Summer Sky #359CEA

RGB

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

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

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

R = 11.96%
G = 35.21%
B = 52.82%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#359CEA (or 0x359CEA) is known color: Summer Sky. HEX triplet: 35, 9C and EA. RGB value is (53,156,234). Sum of RGB (Red+Green+Blue) = 53+156+234=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #359CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CEA is #CA6315. Grayscale: #858585. Windows color (decimal): -13263638 or 15375413. OLE color: 15375413.

HSL color Cylindrical-coordinate representation of color #359CEA: hue angle of 205.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 #359CEA is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 156 234 -
CMYK 0.77 0.33 0 0.08
HSL 205.86º 0.81% 0.56% -
HSV(B) 205.86º 0.77% 0.92% -
XYZ 28.21 30.47 82.24 -
YUV 134.1 184.38 70.16 -
System Red Green Blue C M Y K H S L
Decimal 53 156 234 0.77 0.33 0 0.08 205.86 0.81 0.56
Hex 35 9C EA 4D 21 0 8 CE 51 38
Octal 65 234 352 115 41 0 10 316 121 70
Binary 110101 10011100 11101010 1001101 100001 0 1000 11001110 1010001 111000

Color Harmonies of #359CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CEA

Black with #359CEA

Text Example


Text Example

White with #359CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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