#358DC3

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

Shades of Curious Blue #358DC3

Tints of Curious Blue #358DC3

Color information

#358DC3 (or 0x358DC3) is unknown color: approx Curious Blue. HEX triplet: 35, 8D and C3. RGB value is (53,141,195). Sum of RGB (Red+Green+Blue) = 53+141+195=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #358DC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DC3 is #CA723C. Grayscale: #787878. Windows color (decimal): -13267517 or 12815669. OLE color: 12815669.

HSL color Cylindrical-coordinate representation of color #358DC3: hue angle of 202.82º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #358DC3 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53141195-
CMYK0.730.2800.24
HSL202.82º57.26%48.63%-
HSV(B)202.82º72.82%76.47%-
XYZ20.8423.7555.11-
YUV120.84169.8579.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.62%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 195 (76.56% from 255) = 50.13%
R=13.62%
G=36.25%
B=50.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531411950.730.2800.24202.8257.2648.63
Hex358DC3491C018cb3931
Octal65215303111340303137161
Binary110101100011011100001110010011110001100011001011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,141,195); }

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

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

 a { background-color: rgb(53,141,195); }

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

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

 span { border-color: rgb(53,141,195); }

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