Html Css Color HEX #358ED4 Curious Blue

📋 copy color: '#358ED4'

red 53 ◦ green 142 ◦ blue 212

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

Shades of Curious Blue #358ED4

Tints of Curious Blue #358ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.09%

R = 13.02%
G = 34.89%
B = 52.09%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#358ED4 (or 0x358ED4) is known color: Curious Blue. HEX triplet: 35, 8E and D4. RGB value is (53,142,212). Sum of RGB (Red+Green+Blue) = 53+142+212=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #358ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ED4 is #CA712B. Grayscale: #7B7B7B. Windows color (decimal): -13267244 or 13930037. OLE color: 13930037.

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

Color convert

RGB 53 142 212 -
CMYK 0.75 0.33 0 0.17
HSL 206.42º 0.65% 0.52% -
HSV(B) 206.42º 0.75% 0.83% -
XYZ 23.02 24.86 65.87 -
YUV 123.37 178.01 77.81 -
System Red Green Blue C M Y K H S L
Decimal 53 142 212 0.75 0.33 0 0.17 206.42 0.65 0.52
Hex 35 8E D4 4B 21 0 11 CE 41 34
Octal 65 216 324 113 41 0 21 316 101 64
Binary 110101 10001110 11010100 1001011 100001 0 10001 11001110 1000001 110100

Color Harmonies of #358ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358ED4

Black with #358ED4

Text Example


Text Example

White with #358ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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