#3334BB

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

Shades of Persian Blue #3334BB

Tints of Persian Blue #3334BB

Color information

#3334BB (or 0x3334BB) is unknown color: approx Persian Blue. HEX triplet: 33, 34 and BB. RGB value is (51,52,187). Sum of RGB (Red+Green+Blue) = 51+52+187=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #3334BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3334BB is #CCCB44. Grayscale: #424242. Windows color (decimal): -13421381 or 12268595. OLE color: 12268595.

HSL color Cylindrical-coordinate representation of color #3334BB: hue angle of 239.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3334BB is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5152187-
CMYK0.730.7200.27
HSL239.56º57.14%46.67%-
HSV(B)239.56º72.73%73.33%-
XYZ11.566.7547.71-
YUV67.09195.67116.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 187 (73.44% from 255) = 64.48%
R=17.59%
G=17.93%
B=64.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51521870.730.7200.27239.5657.1446.67
Hex3334BB494801Bf0392f
Octal63642731111100333607157
Binary110011110100101110111001001100100001101111110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3334BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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