#3475BE

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

Shades of Curious Blue #3475BE

Tints of Curious Blue #3475BE

Color information

#3475BE (or 0x3475BE) is unknown color: approx Curious Blue. HEX triplet: 34, 75 and BE. RGB value is (52,117,190). Sum of RGB (Red+Green+Blue) = 52+117+190=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 117 (46.09% from 255 or 32.59% 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 #3475BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3475BE is #CB8A41. Grayscale: #696969. Windows color (decimal): -13339202 or 12481844. OLE color: 12481844.

HSL color Cylindrical-coordinate representation of color #3475BE: hue angle of 211.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3475BE is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52117190-
CMYK0.730.3800.25
HSL211.74º57.02%47.45%-
HSV(B)211.74º72.63%74.51%-
XYZ17.0717.1751.13-
YUV105.89175.4789.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.48%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=14.48%
G=32.59%
B=52.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521171900.730.3800.25211.7457.0247.45
Hex3475BE4926019d4392f
Octal64165276111460313247157
Binary110100111010110111110100100110011001100111010100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3475BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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