#3273BF

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

Shades of Curious Blue #3273BF

Tints of Curious Blue #3273BF

Color information

#3273BF (or 0x3273BF) is unknown color: approx Curious Blue. HEX triplet: 32, 73 and BF. RGB value is (50,115,191). Sum of RGB (Red+Green+Blue) = 50+115+191=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #3273BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3273BF is #CD8C40. Grayscale: #676767. Windows color (decimal): -13470785 or 12546866. OLE color: 12546866.

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

Color convert

RGB50115191-
CMYK0.740.4000.25
HSL212.34º58.51%47.25%-
HSV(B)212.34º73.82%74.9%-
XYZ16.8516.751.63-
YUV104.23176.9789.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.04%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 191 (75% from 255) = 53.65%
R=14.04%
G=32.30%
B=53.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501151910.740.4000.25212.3458.5147.25
Hex3273BF4A28019d43b2f
Octal62163277112500313247357
Binary110010111001110111111100101010100001100111010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3273BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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