#3574B5

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

Shades of Curious Blue #3574B5

Tints of Curious Blue #3574B5

Color information

#3574B5 (or 0x3574B5) is unknown color: approx Curious Blue. HEX triplet: 35, 74 and B5. RGB value is (53,116,181). Sum of RGB (Red+Green+Blue) = 53+116+181=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #3574B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3574B5 is #CA8B4A. Grayscale: #686868. Windows color (decimal): -13273931 or 11891765. OLE color: 11891765.

HSL color Cylindrical-coordinate representation of color #3574B5: hue angle of 210.47º 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 #3574B5 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53116181-
CMYK0.710.3600.29
HSL210.47º54.7%45.88%-
HSV(B)210.47º70.72%70.98%-
XYZ16.0516.5846.07-
YUV104.57171.1391.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 181 (71.09% from 255) = 51.71%
R=15.14%
G=33.14%
B=51.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531161810.710.3600.29210.4754.745.88
Hex3574B5472401Dd2372e
Octal65164265107440353226756
Binary110101111010010110101100011110010001110111010010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3574B5; }

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

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

<style>
 a { background-color: #3574B5; }

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

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

<style>
 span { border-color: #3574B5; }

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

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