Html Css Color HEX #3323BD Persian Blue

📋 copy color: '#3323BD'

red 51 ◦ green 35 ◦ blue 189

#3323BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3323BD

Tints of Persian Blue #3323BD

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 value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3323BD (or 0x3323BD) is known color: 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

RGB 51 35 189 -
CMYK 0.73 0.81 0 0.26
HSL 246.23º 0.69% 0.44% -
HSV(B) 246.23º 0.81% 0.74% -
XYZ 11.15 5.58 48.63 -
YUV 57.34 202.3 123.48 -
System Red Green Blue C M Y K H S L
Decimal 51 35 189 0.73 0.81 0 0.26 246.23 0.69 0.44
Hex 33 23 BD 49 51 0 1A F6 45 2C
Octal 63 43 275 111 121 0 32 366 105 54
Binary 110011 100011 10111101 1001001 1010001 0 11010 11110110 1000101 101100

Color Harmonies of #3323BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3323BD

Black with #3323BD

Text Example


Text Example

White with #3323BD

Text Example


Text Example

HTML Codes & Css Web 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>