#333DAD

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

Shades of Persian Blue #333DAD

Tints of Persian Blue #333DAD

Color information

#333DAD (or 0x333DAD) is unknown color: approx Persian Blue. HEX triplet: 33, 3D and AD. RGB value is (51,61,173). Sum of RGB (Red+Green+Blue) = 51+61+173=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #333DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333DAD is #CCC252. Grayscale: #464646. Windows color (decimal): -13419091 or 11353395. OLE color: 11353395.

HSL color Cylindrical-coordinate representation of color #333DAD: hue angle of 235.08º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #333DAD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5161173-
CMYK0.710.6500.32
HSL235.08º54.46%43.92%-
HSV(B)235.08º70.52%67.84%-
XYZ10.587.0640.34-
YUV70.78185.69113.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=17.89%
G=21.40%
B=60.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51611730.710.6500.32235.0854.4643.92
Hex333DAD4741020eb362c
Octal63752551071010403536654
Binary1100111111011010110110001111000001010000011101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,61,173); }

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

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

 a { background-color: rgb(51,61,173); }

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

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

 span { border-color: rgb(51,61,173); }

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