#333ABF

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

Shades of Persian Blue #333ABF

Tints of Persian Blue #333ABF

Color information

#333ABF (or 0x333ABF) is unknown color: approx Persian Blue. HEX triplet: 33, 3A and BF. RGB value is (51,58,191). Sum of RGB (Red+Green+Blue) = 51+58+191=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #333ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ABF is #CCC540. Grayscale: #464646. Windows color (decimal): -13419841 or 12532275. OLE color: 12532275.

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

Color convert

RGB5158191-
CMYK0.730.7000.25
HSL237º57.85%47.45%-
HSV(B)237º73.3%74.9%-
XYZ12.287.4950.09-
YUV71.07195.68113.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 191 (75% from 255) = 63.67%
R=17%
G=19.33%
B=63.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51581910.730.7000.2523757.8547.45
Hex333ABF4946019ed3a2f
Octal63722771111060313557257
Binary110011111010101111111001001100011001100111101101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333ABF; }

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

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

<style>
 a { background-color: #333ABF; }

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

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

<style>
 span { border-color: #333ABF; }

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

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