#358DCC

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

Shades of Curious Blue #358DCC

Tints of Curious Blue #358DCC

Color information

#358DCC (or 0x358DCC) is unknown color: approx Curious Blue. HEX triplet: 35, 8D and CC. RGB value is (53,141,204). Sum of RGB (Red+Green+Blue) = 53+141+204=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #358DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DCC is #CA7233. Grayscale: #797979. Windows color (decimal): -13267508 or 13405493. OLE color: 13405493.

HSL color Cylindrical-coordinate representation of color #358DCC: hue angle of 205.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358DCC is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB53141204-
CMYK0.740.3100.2
HSL205.03º59.68%50.39%-
HSV(B)205.03º74.02%80%-
XYZ21.8924.1760.64-
YUV121.87174.3578.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.32%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 204 (80.08% from 255) = 51.26%
R=13.32%
G=35.43%
B=51.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal531412040.740.3100.2205.0359.6850.39
Hex358DCC4A1F014cd3c32
Octal65215314112370243157462
Binary110101100011011100110010010101111101010011001101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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