#358EC9

Color #358EC9 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #358EC9

Tints of Curious Blue #358EC9

Color information

#358EC9 (or 0x358EC9) is unknown color: approx Curious Blue. HEX triplet: 35, 8E and C9. RGB value is (53,142,201). Sum of RGB (Red+Green+Blue) = 53+142+201=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #358EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EC9 is #CA7136. Grayscale: #797979. Windows color (decimal): -13267255 or 13209141. OLE color: 13209141.

HSL color Cylindrical-coordinate representation of color #358EC9: hue angle of 203.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358EC9 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53142201-
CMYK0.740.2900.21
HSL203.92º58.27%49.8%-
HSV(B)203.92º73.63%78.82%-
XYZ21.6824.3258.81-
YUV122.12172.5178.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=13.38%
G=35.86%
B=50.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531422010.740.2900.21203.9258.2749.8
Hex358EC94A1D015cc3a32
Octal65216311112350253147262
Binary110101100011101100100110010101110101010111001100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #358EC9;
 }
 .AnyTagClassName
 {
   color: #358EC9;
 }
</style>
background-color css

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

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

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

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

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

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