Html Css Color HEX #3523BE Persian Blue

📋 copy color: '#3523BE'

red 53 ◦ green 35 ◦ blue 190

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

Shades of Persian Blue #3523BE

Tints of Persian Blue #3523BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

 BLUE value IS 190 (74.61% from 255) = 68.35%

R = 19.06%
G = 12.59%
B = 68.35%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3523BE (or 0x3523BE) is known color: Persian Blue. HEX triplet: 35, 23 and BE. RGB value is (53,35,190). Sum of RGB (Red+Green+Blue) = 53+35+190=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #3523BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3523BE is #CADC41. Grayscale: #393939. Windows color (decimal): -13294658 or 12460853. OLE color: 12460853.

HSL color Cylindrical-coordinate representation of color #3523BE: hue angle of 246.97º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3523BE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 35 190 -
CMYK 0.72 0.82 0 0.25
HSL 246.97º 0.69% 0.44% -
HSV(B) 246.97º 0.82% 0.75% -
XYZ 11.36 5.68 49.21 -
YUV 58.05 202.46 124.4 -
System Red Green Blue C M Y K H S L
Decimal 53 35 190 0.72 0.82 0 0.25 246.97 0.69 0.44
Hex 35 23 BE 48 52 0 19 F7 45 2C
Octal 65 43 276 110 122 0 31 367 105 54
Binary 110101 100011 10111110 1001000 1010010 0 11001 11110111 1000101 101100

Color Harmonies of #3523BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3523BE

Black with #3523BE

Text Example


Text Example

White with #3523BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3523BE; }

 p { color: rgb(53,35,190); }

 H1.HeaderClassName
 {
   color: #3523BE;
 }
 .AnyTagClassName
 {
   color: #3523BE;
 }
</style>

background-color css

<style>
 a { background-color: #3523BE; }

 a { background-color: rgb(53,35,190); }

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

border-color css

<style>
 span { border-color: #3523BE; }

 span { border-color: rgb(53,35,190); }

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