#3323BD

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

Shades of Persian Blue #3323BD

Tints of Persian Blue #3323BD

Color information

#3323BD (or 0x3323BD) is unknown color: approx Persian Blue. HEX triplet: 33, 23 and BD. RGB value is (51,35,189). Sum of RGB (Red+Green+Blue) = 51+35+189=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #3323BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3323BD is #CCDC42. Grayscale: #383838. Windows color (decimal): -13425731 or 12395315. OLE color: 12395315.

HSL color Cylindrical-coordinate representation of color #3323BD: hue angle of 246.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3323BD is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5135189-
CMYK0.730.8100.26
HSL246.23º68.75%43.92%-
HSV(B)246.23º81.48%74.12%-
XYZ11.155.5848.63-
YUV57.34202.3123.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 189 (74.22% from 255) = 68.73%
R=18.55%
G=12.73%
B=68.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51351890.730.8100.26246.2368.7543.92
Hex3323BD495101Af6452c
Octal634327511112103236610554
Binary1100111000111011110110010011010001011010111101101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3323BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3323BD; }

 p { color: rgb(51,35,189); }

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

<style>
 a { background-color: #3323BD; }

 a { background-color: rgb(51,35,189); }

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

<style>
 span { border-color: #3323BD; }

 span { border-color: rgb(51,35,189); }

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