Html Css Color HEX #358ED5 Curious Blue

📋 copy color: '#358ED5'

red 53 ◦ green 142 ◦ blue 213

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

Shades of Curious Blue #358ED5

Tints of Curious Blue #358ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.8%

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 12.99%
G = 34.8%
B = 52.21%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#358ED5 (or 0x358ED5) is known color: Curious Blue. HEX triplet: 35, 8E and D5. RGB value is (53,142,213). Sum of RGB (Red+Green+Blue) = 53+142+213=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #358ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ED5 is #CA712A. Grayscale: #7B7B7B. Windows color (decimal): -13267243 or 13995573. OLE color: 13995573.

HSL color Cylindrical-coordinate representation of color #358ED5: hue angle of 206.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #358ED5 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 142 213 -
CMYK 0.75 0.33 0 0.16
HSL 206.63º 0.66% 0.52% -
HSV(B) 206.63º 0.75% 0.84% -
XYZ 23.15 24.91 66.54 -
YUV 123.48 178.51 77.73 -
System Red Green Blue C M Y K H S L
Decimal 53 142 213 0.75 0.33 0 0.16 206.63 0.66 0.52
Hex 35 8E D5 4B 21 0 10 CF 42 34
Octal 65 216 325 113 41 0 20 317 102 64
Binary 110101 10001110 11010101 1001011 100001 0 10000 11001111 1000010 110100

Color Harmonies of #358ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358ED5

Black with #358ED5

Text Example


Text Example

White with #358ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,142,213); }

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

background-color css

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

 a { background-color: rgb(53,142,213); }

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

border-color css

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

 span { border-color: rgb(53,142,213); }

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