#358CBD

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

Shades of Curious Blue #358CBD

Tints of Curious Blue #358CBD

Color information

#358CBD (or 0x358CBD) is unknown color: approx Curious Blue. HEX triplet: 35, 8C and BD. RGB value is (53,140,189). Sum of RGB (Red+Green+Blue) = 53+140+189=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #358CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CBD is #CA7342. Grayscale: #777777. Windows color (decimal): -13267779 or 12422197. OLE color: 12422197.

HSL color Cylindrical-coordinate representation of color #358CBD: hue angle of 201.62º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #358CBD is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53140189-
CMYK0.720.2600.26
HSL201.62º56.2%47.45%-
HSV(B)201.62º71.96%74.12%-
XYZ20.0323.1951.56-
YUV119.57167.1880.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.87%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=13.87%
G=36.65%
B=49.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531401890.720.2600.26201.6256.247.45
Hex358CBD481A01Aca382f
Octal65214275110320323127057
Binary110101100011001011110110010001101001101011001010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,140,189); }

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

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

 a { background-color: rgb(53,140,189); }

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

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

 span { border-color: rgb(53,140,189); }

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