Html Css Color HEX #3A36BE Persian Blue

📋 copy color: '#3A36BE'

red 58 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #3A36BE

Tints of Persian Blue #3A36BE

RGB

 RED value IS 58 (23.05% from 255) = 19.21%

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 19.21%
G = 17.88%
B = 62.91%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A36BE (or 0x3A36BE) is known color: Persian Blue. HEX triplet: 3A, 36 and BE. RGB value is (58,54,190). Sum of RGB (Red+Green+Blue) = 58+54+190=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A36BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A36BE is #C5C941. Grayscale: #464646. Windows color (decimal): -12962114 or 12465722. OLE color: 12465722.

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

Color convert

RGB 58 54 190 -
CMYK 0.69 0.72 0 0.25
HSL 241.76º 0.56% 0.48% -
HSV(B) 241.76º 0.72% 0.75% -
XYZ 12.36 7.26 49.46 -
YUV 70.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 58 54 190 0.69 0.72 0 0.25 241.76 0.56 0.48
Hex 3A 36 BE 45 48 0 19 F2 38 30
Octal 72 66 276 105 110 0 31 362 70 60
Binary 111010 110110 10111110 1000101 1001000 0 11001 11110010 111000 110000

Color Harmonies of #3A36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A36BE

Black with #3A36BE

Text Example


Text Example

White with #3A36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A36BE; }

 p { color: rgb(58,54,190); }

 H1.HeaderClassName
 {
   color: #3A36BE;
 }
 .AnyTagClassName
 {
   color: #3A36BE;
 }
</style>

background-color css

<style>
 a { background-color: #3A36BE; }

 a { background-color: rgb(58,54,190); }

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

border-color css

<style>
 span { border-color: #3A36BE; }

 span { border-color: rgb(58,54,190); }

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