Html Css Color HEX #3331DB Persian Blue

📋 copy color: '#3331DB'

red 51 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #3331DB

Tints of Persian Blue #3331DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 219 (85.94% from 255) = 68.65%

R = 15.99%
G = 15.36%
B = 68.65%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3331DB (or 0x3331DB) is known color: Persian Blue. HEX triplet: 33, 31 and DB. RGB value is (51,49,219). Sum of RGB (Red+Green+Blue) = 51+49+219=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #3331DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3331DB is #CCCE24. Grayscale: #444444. Windows color (decimal): -13422117 or 14364979. OLE color: 14364979.

HSL color Cylindrical-coordinate representation of color #3331DB: hue angle of 240.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3331DB is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 49 219 -
CMYK 0.77 0.78 0 0.14
HSL 240.71º 0.7% 0.53% -
HSV(B) 240.71º 0.78% 0.86% -
XYZ 15.25 8.01 67.76 -
YUV 68.98 212.66 115.18 -
System Red Green Blue C M Y K H S L
Decimal 51 49 219 0.77 0.78 0 0.14 240.71 0.7 0.53
Hex 33 31 DB 4D 4E 0 E F1 46 35
Octal 63 61 333 115 116 0 16 361 106 65
Binary 110011 110001 11011011 1001101 1001110 0 1110 11110001 1000110 110101

Color Harmonies of #3331DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3331DB

Black with #3331DB

Text Example


Text Example

White with #3331DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3331DB; }

 p { color: rgb(51,49,219); }

 H1.HeaderClassName
 {
   color: #3331DB;
 }
 .AnyTagClassName
 {
   color: #3331DB;
 }
</style>

background-color css

<style>
 a { background-color: #3331DB; }

 a { background-color: rgb(51,49,219); }

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

border-color css

<style>
 span { border-color: #3331DB; }

 span { border-color: rgb(51,49,219); }

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