Html Css Color HEX #3531B9 Persian Blue

📋 copy color: '#3531B9'

red 53 ◦ green 49 ◦ blue 185

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

Shades of Persian Blue #3531B9

Tints of Persian Blue #3531B9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

 BLUE value IS 185 (72.66% from 255) = 64.46%

R = 18.47%
G = 17.07%
B = 64.46%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3531B9 (or 0x3531B9) is known color: Persian Blue. HEX triplet: 35, 31 and B9. RGB value is (53,49,185). Sum of RGB (Red+Green+Blue) = 53+49+185=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 185 (72.66% from 255 or 64.46% from 287); Max value from RGB is 185 - color contains mainly: blue. Hex color #3531B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531B9 is #CACE46. Grayscale: #414141. Windows color (decimal): -13291079 or 12136757. OLE color: 12136757.

HSL color Cylindrical-coordinate representation of color #3531B9: hue angle of 241.76º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3531B9 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 49 185 -
CMYK 0.71 0.74 0 0.27
HSL 241.76º 0.58% 0.46% -
HSV(B) 241.76º 0.74% 0.73% -
XYZ 11.32 6.46 46.55 -
YUV 65.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 53 49 185 0.71 0.74 0 0.27 241.76 0.58 0.46
Hex 35 31 B9 47 4A 0 1B F2 3A 2E
Octal 65 61 271 107 112 0 33 362 72 56
Binary 110101 110001 10111001 1000111 1001010 0 11011 11110010 111010 101110

Color Harmonies of #3531B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3531B9

Black with #3531B9

Text Example


Text Example

White with #3531B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3531B9; }

 p { color: rgb(53,49,185); }

 H1.HeaderClassName
 {
   color: #3531B9;
 }
 .AnyTagClassName
 {
   color: #3531B9;
 }
</style>

background-color css

<style>
 a { background-color: #3531B9; }

 a { background-color: rgb(53,49,185); }

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

border-color css

<style>
 span { border-color: #3531B9; }

 span { border-color: rgb(53,49,185); }

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