Html Css Color HEX #3534BD Persian Blue

📋 copy color: '#3534BD'

red 53 ◦ green 52 ◦ blue 189

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

Shades of Persian Blue #3534BD

Tints of Persian Blue #3534BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.29%

R = 18.03%
G = 17.69%
B = 64.29%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3534BD (or 0x3534BD) is known color: Persian Blue. HEX triplet: 35, 34 and BD. RGB value is (53,52,189). Sum of RGB (Red+Green+Blue) = 53+52+189=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #3534BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534BD is #CACB42. Grayscale: #434343. Windows color (decimal): -13290307 or 12399669. OLE color: 12399669.

HSL color Cylindrical-coordinate representation of color #3534BD: hue angle of 240.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3534BD is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 52 189 -
CMYK 0.72 0.72 0 0.26
HSL 240.44º 0.57% 0.47% -
HSV(B) 240.44º 0.72% 0.74% -
XYZ 11.88 6.89 48.85 -
YUV 67.92 196.33 117.36 -
System Red Green Blue C M Y K H S L
Decimal 53 52 189 0.72 0.72 0 0.26 240.44 0.57 0.47
Hex 35 34 BD 48 48 0 1A F0 39 2F
Octal 65 64 275 110 110 0 32 360 71 57
Binary 110101 110100 10111101 1001000 1001000 0 11010 11110000 111001 101111

Color Harmonies of #3534BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3534BD

Black with #3534BD

Text Example


Text Example

White with #3534BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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