#358EB5

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

Shades of Curious Blue #358EB5

Tints of Curious Blue #358EB5

Color information

#358EB5 (or 0x358EB5) is unknown color: approx Curious Blue. HEX triplet: 35, 8E and B5. RGB value is (53,142,181). Sum of RGB (Red+Green+Blue) = 53+142+181=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #358EB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EB5 is #CA714A. Grayscale: #777777. Windows color (decimal): -13267275 or 11898421. OLE color: 11898421.

HSL color Cylindrical-coordinate representation of color #358EB5: hue angle of 198.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #358EB5 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53142181-
CMYK0.710.2200.29
HSL198.28º54.7%45.88%-
HSV(B)198.28º70.72%70.98%-
XYZ19.4823.4447.21-
YUV119.84162.5180.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 181 (71.09% from 255) = 48.14%
R=14.10%
G=37.77%
B=48.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531421810.710.2200.29198.2854.745.88
Hex358EB5471601Dc6372e
Octal65216265107260353066756
Binary110101100011101011010110001111011001110111000110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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