Html Css Color HEX #3337DB Persian Blue

📋 copy color: '#3337DB'

red 51 ◦ green 55 ◦ blue 219

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

Shades of Persian Blue #3337DB

Tints of Persian Blue #3337DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 15.69%
G = 16.92%
B = 67.38%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3337DB (or 0x3337DB) is known color: Persian Blue. HEX triplet: 33, 37 and DB. RGB value is (51,55,219). Sum of RGB (Red+Green+Blue) = 51+55+219=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #3337DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3337DB is #CCC824. Grayscale: #474747. Windows color (decimal): -13420581 or 14366515. OLE color: 14366515.

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

Color convert

RGB 51 55 219 -
CMYK 0.77 0.75 0 0.14
HSL 238.57º 0.7% 0.53% -
HSV(B) 238.57º 0.77% 0.86% -
XYZ 15.52 8.55 67.85 -
YUV 72.5 210.67 112.66 -
System Red Green Blue C M Y K H S L
Decimal 51 55 219 0.77 0.75 0 0.14 238.57 0.7 0.53
Hex 33 37 DB 4D 4B 0 E EF 46 35
Octal 63 67 333 115 113 0 16 357 106 65
Binary 110011 110111 11011011 1001101 1001011 0 1110 11101111 1000110 110101

Color Harmonies of #3337DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3337DB

Black with #3337DB

Text Example


Text Example

White with #3337DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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