#358DBE

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

Shades of Curious Blue #358DBE

Tints of Curious Blue #358DBE

Color information

#358DBE (or 0x358DBE) is unknown color: approx Curious Blue. HEX triplet: 35, 8D and BE. RGB value is (53,141,190). Sum of RGB (Red+Green+Blue) = 53+141+190=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #358DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DBE is #CA7241. Grayscale: #777777. Windows color (decimal): -13267522 or 12487989. OLE color: 12487989.

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

Color convert

RGB53141190-
CMYK0.720.2600.25
HSL201.46º56.38%47.65%-
HSV(B)201.46º72.11%74.51%-
XYZ20.2923.5252.19-
YUV120.27167.3580.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.80%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=13.80%
G=36.72%
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.25
SystemRedGreenBlueCMYKHSL
Decimal531411900.720.2600.25201.4656.3847.65
Hex358DBE481A019c93830
Octal65215276110320313117060
Binary110101100011011011111010010001101001100111001001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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