#3273B6

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

Shades of Curious Blue #3273B6

Tints of Curious Blue #3273B6

Color information

#3273B6 (or 0x3273B6) is unknown color: approx Curious Blue. HEX triplet: 32, 73 and B6. RGB value is (50,115,182). Sum of RGB (Red+Green+Blue) = 50+115+182=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #3273B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3273B6 is #CD8C49. Grayscale: #666666. Windows color (decimal): -13470794 or 11957042. OLE color: 11957042.

HSL color Cylindrical-coordinate representation of color #3273B6: hue angle of 210.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3273B6 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50115182-
CMYK0.730.3700.29
HSL210.45º56.9%45.49%-
HSV(B)210.45º72.53%71.37%-
XYZ15.8916.3246.57-
YUV103.2172.4790.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 182 (71.48% from 255) = 52.45%
R=14.41%
G=33.14%
B=52.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501151820.730.3700.29210.4556.945.49
Hex3273B6492501Dd2392d
Octal62163266111450353227155
Binary110010111001110110110100100110010101110111010010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3273B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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