#3578BA

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

Shades of Curious Blue #3578BA

Tints of Curious Blue #3578BA

Color information

#3578BA (or 0x3578BA) is unknown color: approx Curious Blue. HEX triplet: 35, 78 and BA. RGB value is (53,120,186). Sum of RGB (Red+Green+Blue) = 53+120+186=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #3578BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3578BA is #CA8745. Grayscale: #6B6B6B. Windows color (decimal): -13272902 or 12220469. OLE color: 12220469.

HSL color Cylindrical-coordinate representation of color #3578BA: hue angle of 209.77º 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 #3578BA is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53120186-
CMYK0.720.3500.27
HSL209.77º55.65%46.86%-
HSV(B)209.77º71.51%72.94%-
XYZ17.0517.7348.98-
YUV107.49172.389.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=14.76%
G=33.43%
B=51.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531201860.720.3500.27209.7755.6546.86
Hex3578BA482301Bd2382f
Octal65170272110430333227057
Binary110101111100010111010100100010001101101111010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3578BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3578BA; }

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

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

<style>
 a { background-color: #3578BA; }

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

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

<style>
 span { border-color: #3578BA; }

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

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