Html Css Color HEX #3335DB Persian Blue

📋 copy color: '#3335DB'

red 51 ◦ green 53 ◦ blue 219

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

Shades of Persian Blue #3335DB

Tints of Persian Blue #3335DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 15.79%
G = 16.41%
B = 67.8%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3335DB (or 0x3335DB) is known color: Persian Blue. HEX triplet: 33, 35 and DB. RGB value is (51,53,219). Sum of RGB (Red+Green+Blue) = 51+53+219=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #3335DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3335DB is #CCCA24. Grayscale: #464646. Windows color (decimal): -13421093 or 14366003. OLE color: 14366003.

HSL color Cylindrical-coordinate representation of color #3335DB: hue angle of 239.29º 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 #3335DB is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 53 219 -
CMYK 0.77 0.76 0 0.14
HSL 239.29º 0.7% 0.53% -
HSV(B) 239.29º 0.77% 0.86% -
XYZ 15.42 8.36 67.82 -
YUV 71.33 211.34 113.5 -
System Red Green Blue C M Y K H S L
Decimal 51 53 219 0.77 0.76 0 0.14 239.29 0.7 0.53
Hex 33 35 DB 4D 4C 0 E EF 46 35
Octal 63 65 333 115 114 0 16 357 106 65
Binary 110011 110101 11011011 1001101 1001100 0 1110 11101111 1000110 110101

Color Harmonies of #3335DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3335DB

Black with #3335DB

Text Example


Text Example

White with #3335DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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