#3334bf

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

Shades of Persian Blue #3334BF

Tints of Persian Blue #3334BF

Color information

#3334BF (or 0x3334BF) is unknown color: approx Persian Blue. HEX triplet: 33, 34 and BF. RGB value is (51,52,191). Sum of RGB (Red+Green+Blue) = 51+52+191=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #3334BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3334BF is #CCCB40. Grayscale: #424242. Windows color (decimal): -13421377 or 12530739. OLE color: 12530739.

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

Color convert

RGB5152191-
CMYK0.730.7300.25
HSL239.57º57.85%47.45%-
HSV(B)239.57º73.3%74.9%-
XYZ126.9249.99-
YUV67.55197.67116.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.35%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 191 (75% from 255) = 64.97%
R=17.35%
G=17.69%
B=64.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51521910.730.7300.25239.5757.8547.45
Hex3334BF4949019f03a2f
Octal63642771111110313607257
Binary110011110100101111111001001100100101100111110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3334bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3334bf; }

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

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

<style>
 a { background-color: #3334bf; }

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

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

<style>
 span { border-color: #3334bf; }

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

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