Html Css Color HEX #3436DB Persian Blue

📋 copy color: '#3436DB'

red 52 ◦ green 54 ◦ blue 219

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

Shades of Persian Blue #3436DB

Tints of Persian Blue #3436DB

RGB

 RED value IS 52 (20.7% from 255) = 16%

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 16%
G = 16.62%
B = 67.38%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3436DB (or 0x3436DB) is known color: Persian Blue. HEX triplet: 34, 36 and DB. RGB value is (52,54,219). Sum of RGB (Red+Green+Blue) = 52+54+219=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 54 (21.48% from 255 or 16.62% 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 #3436DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3436DB is #CBC924. Grayscale: #474747. Windows color (decimal): -13355301 or 14366260. OLE color: 14366260.

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

Color convert

RGB 52 54 219 -
CMYK 0.76 0.75 0 0.14
HSL 239.28º 0.7% 0.53% -
HSV(B) 239.28º 0.76% 0.86% -
XYZ 15.52 8.48 67.84 -
YUV 72.21 210.84 113.58 -
System Red Green Blue C M Y K H S L
Decimal 52 54 219 0.76 0.75 0 0.14 239.28 0.7 0.53
Hex 34 36 DB 4C 4B 0 E EF 46 35
Octal 64 66 333 114 113 0 16 357 106 65
Binary 110100 110110 11011011 1001100 1001011 0 1110 11101111 1000110 110101

Color Harmonies of #3436DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3436DB

Black with #3436DB

Text Example


Text Example

White with #3436DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,54,219); }

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

background-color css

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

 a { background-color: rgb(52,54,219); }

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

border-color css

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

 span { border-color: rgb(52,54,219); }

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