#358EBA

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

Shades of Curious Blue #358EBA

Tints of Curious Blue #358EBA

Color information

#358EBA (or 0x358EBA) is unknown color: approx Curious Blue. HEX triplet: 35, 8E and BA. RGB value is (53,142,186). Sum of RGB (Red+Green+Blue) = 53+142+186=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #358EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EBA is #CA7145. Grayscale: #787878. Windows color (decimal): -13267270 or 12226101. OLE color: 12226101.

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

Color convert

RGB53142186-
CMYK0.720.2400.27
HSL199.85º55.65%46.86%-
HSV(B)199.85º71.51%72.94%-
XYZ2023.6549.96-
YUV120.4165.0179.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.91%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=13.91%
G=37.27%
B=48.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531421860.720.2400.27199.8555.6546.86
Hex358EBA481801Bc8382f
Octal65216272110300333107057
Binary110101100011101011101010010001100001101111001000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,142,186); }

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

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

 a { background-color: rgb(53,142,186); }

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

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

 span { border-color: rgb(53,142,186); }

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