#333FA3

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

Shades of Persian Blue #333FA3

Tints of Persian Blue #333FA3

Color information

#333FA3 (or 0x333FA3) is unknown color: approx Persian Blue. HEX triplet: 33, 3F and A3. RGB value is (51,63,163). Sum of RGB (Red+Green+Blue) = 51+63+163=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 163 (64.06% from 255 or 58.84% from 277); Max value from RGB is 163 - color contains mainly: blue. Hex color #333FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333FA3 is #CCC05C. Grayscale: #464646. Windows color (decimal): -13418589 or 10698547. OLE color: 10698547.

HSL color Cylindrical-coordinate representation of color #333FA3: hue angle of 233.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #333FA3 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5163163-
CMYK0.690.6100.36
HSL233.57º52.34%41.96%-
HSV(B)233.57º68.71%63.92%-
XYZ9.756.935.47-
YUV70.81180.02113.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 163 (64.06% from 255) = 58.84%
R=18.41%
G=22.74%
B=58.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51631630.690.6100.36233.5752.3441.96
Hex333FA3453D024ea342a
Octal6377243105750443526452
Binary110011111111101000111000101111101010010011101010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,63,163); }

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

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

 a { background-color: rgb(51,63,163); }

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

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

 span { border-color: rgb(51,63,163); }

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