Html Css Color HEX #3534DC Persian Blue

📋 copy color: '#3534DC'

red 53 ◦ green 52 ◦ blue 220

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

Shades of Persian Blue #3534DC

Tints of Persian Blue #3534DC

RGB

 RED value IS 53 (21.09% from 255) = 16.31%

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

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 16.31%
G = 16%
B = 67.69%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3534DC (or 0x3534DC) is known color: Persian Blue. HEX triplet: 35, 34 and DC. RGB value is (53,52,220). Sum of RGB (Red+Green+Blue) = 53+52+220=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #3534DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534DC is #CACB23. Grayscale: #464646. Windows color (decimal): -13290276 or 14431285. OLE color: 14431285.

HSL color Cylindrical-coordinate representation of color #3534DC: hue angle of 240.36º degrees, saturation: 0.71, 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 #3534DC is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 52 220 -
CMYK 0.76 0.76 0 0.14
HSL 240.36º 0.71% 0.53% -
HSV(B) 240.36º 0.76% 0.86% -
XYZ 15.61 8.38 68.5 -
YUV 71.45 211.83 114.84 -
System Red Green Blue C M Y K H S L
Decimal 53 52 220 0.76 0.76 0 0.14 240.36 0.71 0.53
Hex 35 34 DC 4C 4C 0 E F0 47 35
Octal 65 64 334 114 114 0 16 360 107 65
Binary 110101 110100 11011100 1001100 1001100 0 1110 11110000 1000111 110101

Color Harmonies of #3534DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3534DC

Black with #3534DC

Text Example


Text Example

White with #3534DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3534DC; }

 p { color: rgb(53,52,220); }

 H1.HeaderClassName
 {
   color: #3534DC;
 }
 .AnyTagClassName
 {
   color: #3534DC;
 }
</style>

background-color css

<style>
 a { background-color: #3534DC; }

 a { background-color: rgb(53,52,220); }

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

border-color css

<style>
 span { border-color: #3534DC; }

 span { border-color: rgb(53,52,220); }

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