#358FBE

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

Shades of Curious Blue #358FBE

Tints of Curious Blue #358FBE

Color information

#358FBE (or 0x358FBE) is unknown color: approx Curious Blue. HEX triplet: 35, 8F and BE. RGB value is (53,143,190). Sum of RGB (Red+Green+Blue) = 53+143+190=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #358FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FBE is #CA7041. Grayscale: #797979. Windows color (decimal): -13267010 or 12488501. OLE color: 12488501.

HSL color Cylindrical-coordinate representation of color #358FBE: hue angle of 200.58º 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 #358FBE is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53143190-
CMYK0.720.2500.25
HSL200.58º56.38%47.65%-
HSV(B)200.58º72.11%74.51%-
XYZ20.5824.1252.29-
YUV121.45166.6879.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.73%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=13.73%
G=37.05%
B=49.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531431900.720.2500.25200.5856.3847.65
Hex358FBE4819019c93830
Octal65217276110310313117060
Binary110101100011111011111010010001100101100111001001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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