#3473BF

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

Shades of Curious Blue #3473BF

Tints of Curious Blue #3473BF

Color information

#3473BF (or 0x3473BF) is unknown color: approx Curious Blue. HEX triplet: 34, 73 and BF. RGB value is (52,115,191). Sum of RGB (Red+Green+Blue) = 52+115+191=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #3473BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3473BF is #CB8C40. Grayscale: #686868. Windows color (decimal): -13339713 or 12546868. OLE color: 12546868.

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

Color convert

RGB52115191-
CMYK0.730.4000.25
HSL212.81º57.2%47.65%-
HSV(B)212.81º72.77%74.9%-
XYZ16.9516.7551.63-
YUV104.83176.6390.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.53%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 191 (75% from 255) = 53.35%
R=14.53%
G=32.12%
B=53.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521151910.730.4000.25212.8157.247.65
Hex3473BF4928019d53930
Octal64163277111500313257160
Binary110100111001110111111100100110100001100111010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3473BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3473BF; }

 p { color: rgb(52,115,191); }

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

<style>
 a { background-color: #3473BF; }

 a { background-color: rgb(52,115,191); }

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

<style>
 span { border-color: #3473BF; }

 span { border-color: rgb(52,115,191); }

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