#3574BE

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

Shades of Curious Blue #3574BE

Tints of Curious Blue #3574BE

Color information

#3574BE (or 0x3574BE) is unknown color: approx Curious Blue. HEX triplet: 35, 74 and BE. RGB value is (53,116,190). Sum of RGB (Red+Green+Blue) = 53+116+190=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #3574BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3574BE is #CA8B41. Grayscale: #696969. Windows color (decimal): -13273922 or 12481589. OLE color: 12481589.

HSL color Cylindrical-coordinate representation of color #3574BE: hue angle of 212.41º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3574BE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53116190-
CMYK0.720.3900.25
HSL212.41º56.38%47.65%-
HSV(B)212.41º72.11%74.51%-
XYZ17.0116.9751.09-
YUV105.6175.6390.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=14.76%
G=32.31%
B=52.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531161900.720.3900.25212.4156.3847.65
Hex3574BE4827019d43830
Octal65164276110470313247060
Binary110101111010010111110100100010011101100111010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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