Html Css Color HEX #3540AB Persian Blue

📋 copy color: '#3540AB'

red 53 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #3540AB

Tints of Persian Blue #3540AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 18.4%
G = 22.22%
B = 59.38%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3540AB (or 0x3540AB) is known color: Persian Blue. HEX triplet: 35, 40 and AB. RGB value is (53,64,171). Sum of RGB (Red+Green+Blue) = 53+64+171=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #3540AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3540AB is #CABF54. Grayscale: #484848. Windows color (decimal): -13287253 or 11223093. OLE color: 11223093.

HSL color Cylindrical-coordinate representation of color #3540AB: hue angle of 234.41º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3540AB is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 64 171 -
CMYK 0.69 0.63 0 0.33
HSL 234.41º 0.53% 0.44% -
HSV(B) 234.41º 0.69% 0.67% -
XYZ 10.65 7.36 39.39 -
YUV 72.91 183.36 113.8 -
System Red Green Blue C M Y K H S L
Decimal 53 64 171 0.69 0.63 0 0.33 234.41 0.53 0.44
Hex 35 40 AB 45 3F 0 21 EA 35 2C
Octal 65 100 253 105 77 0 41 352 65 54
Binary 110101 1000000 10101011 1000101 111111 0 100001 11101010 110101 101100

Color Harmonies of #3540AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3540AB

Black with #3540AB

Text Example


Text Example

White with #3540AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3540AB; }

 p { color: rgb(53,64,171); }

 H1.HeaderClassName
 {
   color: #3540AB;
 }
 .AnyTagClassName
 {
   color: #3540AB;
 }
</style>

background-color css

<style>
 a { background-color: #3540AB; }

 a { background-color: rgb(53,64,171); }

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

border-color css

<style>
 span { border-color: #3540AB; }

 span { border-color: rgb(53,64,171); }

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