#3474BF

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

Shades of Curious Blue #3474BF

Tints of Curious Blue #3474BF

Color information

#3474BF (or 0x3474BF) is unknown color: approx Curious Blue. HEX triplet: 34, 74 and BF. RGB value is (52,116,191). Sum of RGB (Red+Green+Blue) = 52+116+191=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #3474BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474BF is #CB8B40. Grayscale: #696969. Windows color (decimal): -13339457 or 12547124. OLE color: 12547124.

HSL color Cylindrical-coordinate representation of color #3474BF: hue angle of 212.37º 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 #3474BF is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52116191-
CMYK0.730.3900.25
HSL212.37º57.2%47.65%-
HSV(B)212.37º72.77%74.9%-
XYZ17.0716.9851.67-
YUV105.41176.389.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.48%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 191 (75% from 255) = 53.20%
R=14.48%
G=32.31%
B=53.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521161910.730.3900.25212.3757.247.65
Hex3474BF4927019d43930
Octal64164277111470313247160
Binary110100111010010111111100100110011101100111010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3474BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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