#3575BE

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

Shades of Curious Blue #3575BE

Tints of Curious Blue #3575BE

Color information

#3575BE (or 0x3575BE) is unknown color: approx Curious Blue. HEX triplet: 35, 75 and BE. RGB value is (53,117,190). Sum of RGB (Red+Green+Blue) = 53+117+190=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #3575BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575BE is #CA8A41. Grayscale: #696969. Windows color (decimal): -13273666 or 12481845. OLE color: 12481845.

HSL color Cylindrical-coordinate representation of color #3575BE: hue angle of 211.97º 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 #3575BE is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53117190-
CMYK0.720.3800.25
HSL211.97º56.38%47.65%-
HSV(B)211.97º72.11%74.51%-
XYZ17.1217.251.13-
YUV106.19175.390.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.72%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=14.72%
G=32.5%
B=52.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531171900.720.3800.25211.9756.3847.65
Hex3575BE4826019d43830
Octal65165276110460313247060
Binary110101111010110111110100100010011001100111010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3575BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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