Html Css Color HEX #3A2EBB Persian Blue

📋 copy color: '#3A2EBB'

red 58 ◦ green 46 ◦ blue 187

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

Shades of Persian Blue #3A2EBB

Tints of Persian Blue #3A2EBB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.81%

 BLUE value IS 187 (73.44% from 255) = 64.26%

R = 19.93%
G = 15.81%
B = 64.26%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A2EBB (or 0x3A2EBB) is known color: Persian Blue. HEX triplet: 3A, 2E and BB. RGB value is (58,46,187). Sum of RGB (Red+Green+Blue) = 58+46+187=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A2EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2EBB is #C5D144. Grayscale: #414141. Windows color (decimal): -12964165 or 12267066. OLE color: 12267066.

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

Color convert

RGB 58 46 187 -
CMYK 0.69 0.75 0 0.27
HSL 245.11º 0.61% 0.46% -
HSV(B) 245.11º 0.75% 0.73% -
XYZ 11.69 6.44 47.64 -
YUV 65.66 196.48 122.54 -
System Red Green Blue C M Y K H S L
Decimal 58 46 187 0.69 0.75 0 0.27 245.11 0.61 0.46
Hex 3A 2E BB 45 4B 0 1B F5 3D 2E
Octal 72 56 273 105 113 0 33 365 75 56
Binary 111010 101110 10111011 1000101 1001011 0 11011 11110101 111101 101110

Color Harmonies of #3A2EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2EBB

Black with #3A2EBB

Text Example


Text Example

White with #3A2EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,46,187); }

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

background-color css

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

 a { background-color: rgb(58,46,187); }

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

border-color css

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

 span { border-color: rgb(58,46,187); }

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