#3578AF

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

Shades of Curious Blue #3578AF

Tints of Curious Blue #3578AF

Color information

#3578AF (or 0x3578AF) is unknown color: approx Curious Blue. HEX triplet: 35, 78 and AF. RGB value is (53,120,175). Sum of RGB (Red+Green+Blue) = 53+120+175=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #3578AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3578AF is #CA8750. Grayscale: #696969. Windows color (decimal): -13272913 or 11499573. OLE color: 11499573.

HSL color Cylindrical-coordinate representation of color #3578AF: hue angle of 207.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3578AF is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53120175-
CMYK0.700.3100.31
HSL207.05º53.51%44.71%-
HSV(B)207.05º69.71%68.63%-
XYZ15.9217.2843.05-
YUV106.24166.890.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=15.23%
G=34.48%
B=50.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531201750.700.3100.31207.0553.5144.71
Hex3578AF461F01Fcf362d
Octal65170257106370373176655
Binary11010111110001010111110001101111101111111001111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3578AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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