Html Css Color HEX #3A36BA Persian Blue

📋 copy color: '#3A36BA'

red 58 ◦ green 54 ◦ blue 186

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

Shades of Persian Blue #3A36BA

Tints of Persian Blue #3A36BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 19.46%
G = 18.12%
B = 62.42%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A36BA (or 0x3A36BA) is known color: Persian Blue. HEX triplet: 3A, 36 and BA. RGB value is (58,54,186). Sum of RGB (Red+Green+Blue) = 58+54+186=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A36BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A36BA is #C5C945. Grayscale: #454545. Windows color (decimal): -12962118 or 12203578. OLE color: 12203578.

HSL color Cylindrical-coordinate representation of color #3A36BA: hue angle of 241.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A36BA is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 54 186 -
CMYK 0.69 0.71 0 0.27
HSL 241.82º 0.55% 0.47% -
HSV(B) 241.82º 0.71% 0.73% -
XYZ 11.93 7.08 47.19 -
YUV 70.24 193.33 119.27 -
System Red Green Blue C M Y K H S L
Decimal 58 54 186 0.69 0.71 0 0.27 241.82 0.55 0.47
Hex 3A 36 BA 45 47 0 1B F2 37 2F
Octal 72 66 272 105 107 0 33 362 67 57
Binary 111010 110110 10111010 1000101 1000111 0 11011 11110010 110111 101111

Color Harmonies of #3A36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A36BA

Black with #3A36BA

Text Example


Text Example

White with #3A36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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