Html Css Color HEX #358FDC Summer Sky

📋 copy color: '#358FDC'

red 53 ◦ green 143 ◦ blue 220

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

Shades of Summer Sky #358FDC

Tints of Summer Sky #358FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 12.74%
G = 34.38%
B = 52.88%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#358FDC (or 0x358FDC) is known color: Summer Sky. HEX triplet: 35, 8F and DC. RGB value is (53,143,220). Sum of RGB (Red+Green+Blue) = 53+143+220=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #358FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FDC is #CA7023. Grayscale: #7C7C7C. Windows color (decimal): -13266980 or 14454581. OLE color: 14454581.

HSL color Cylindrical-coordinate representation of color #358FDC: hue angle of 207.66º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358FDC is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 143 220 -
CMYK 0.76 0.35 0 0.14
HSL 207.66º 0.7% 0.54% -
HSV(B) 207.66º 0.76% 0.86% -
XYZ 24.21 25.57 71.37 -
YUV 124.87 181.68 76.74 -
System Red Green Blue C M Y K H S L
Decimal 53 143 220 0.76 0.35 0 0.14 207.66 0.7 0.54
Hex 35 8F DC 4C 23 0 E D0 46 36
Octal 65 217 334 114 43 0 16 320 106 66
Binary 110101 10001111 11011100 1001100 100011 0 1110 11010000 1000110 110110

Color Harmonies of #358FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FDC

Black with #358FDC

Text Example


Text Example

White with #358FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358FDC; }

 p { color: rgb(53,143,220); }

 H1.HeaderClassName
 {
   color: #358FDC;
 }
 .AnyTagClassName
 {
   color: #358FDC;
 }
</style>

background-color css

<style>
 a { background-color: #358FDC; }

 a { background-color: rgb(53,143,220); }

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

border-color css

<style>
 span { border-color: #358FDC; }

 span { border-color: rgb(53,143,220); }

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