Html Css Color HEX #3326CD Persian Blue

📋 copy color: '#3326CD'

red 51 ◦ green 38 ◦ blue 205

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

Shades of Persian Blue #3326CD

Tints of Persian Blue #3326CD

RGB

 RED value IS 51 (20.31% from 255) = 17.35%

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 17.35%
G = 12.93%
B = 69.73%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3326CD (or 0x3326CD) is known color: Persian Blue. HEX triplet: 33, 26 and CD. RGB value is (51,38,205). Sum of RGB (Red+Green+Blue) = 51+38+205=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #3326CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326CD is #CCD932. Grayscale: #3C3C3C. Windows color (decimal): -13424947 or 13444659. OLE color: 13444659.

HSL color Cylindrical-coordinate representation of color #3326CD: hue angle of 244.67º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3326CD is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 38 205 -
CMYK 0.75 0.81 0 0.20
HSL 244.67º 0.69% 0.48% -
HSV(B) 244.67º 0.81% 0.8% -
XYZ 13.08 6.5 58.32 -
YUV 60.93 209.31 120.92 -
System Red Green Blue C M Y K H S L
Decimal 51 38 205 0.75 0.81 0 0.20 244.67 0.69 0.48
Hex 33 26 CD 4B 51 0 14 F5 45 30
Octal 63 46 315 113 121 0 24 365 105 60
Binary 110011 100110 11001101 1001011 1010001 0 10100 11110101 1000101 110000

Color Harmonies of #3326CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3326CD

Black with #3326CD

Text Example


Text Example

White with #3326CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3326CD; }

 p { color: rgb(51,38,205); }

 H1.HeaderClassName
 {
   color: #3326CD;
 }
 .AnyTagClassName
 {
   color: #3326CD;
 }
</style>

background-color css

<style>
 a { background-color: #3326CD; }

 a { background-color: rgb(51,38,205); }

 div.DivClassName
 {
   background-color: #3326CD;
 }
 .BgClassName
 {
   background-color: #3326CD;
 }
</style>

border-color css

<style>
 span { border-color: #3326CD; }

 span { border-color: rgb(51,38,205); }

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