Html Css Color HEX #3B2EBA Persian Blue

📋 copy color: '#3B2EBA'

red 59 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #3B2EBA

Tints of Persian Blue #3B2EBA

RGB

 RED value IS 59 (23.44% from 255) = 20.27%

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

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

R = 20.27%
G = 15.81%
B = 63.92%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B2EBA (or 0x3B2EBA) is known color: Persian Blue. HEX triplet: 3B, 2E and BA. RGB value is (59,46,186). Sum of RGB (Red+Green+Blue) = 59+46+186=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2EBA is #C4D145. Grayscale: #414141. Windows color (decimal): -12898630 or 12201531. OLE color: 12201531.

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

Color convert

RGB 59 46 186 -
CMYK 0.68 0.75 0 0.27
HSL 245.57º 0.6% 0.45% -
HSV(B) 245.57º 0.75% 0.73% -
XYZ 11.64 6.43 47.08 -
YUV 65.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 59 46 186 0.68 0.75 0 0.27 245.57 0.6 0.45
Hex 3B 2E BA 44 4B 0 1B F6 3C 2D
Octal 73 56 272 104 113 0 33 366 74 55
Binary 111011 101110 10111010 1000100 1001011 0 11011 11110110 111100 101101

Color Harmonies of #3B2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2EBA

Black with #3B2EBA

Text Example


Text Example

White with #3B2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,46,186); }

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

background-color css

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

 a { background-color: rgb(59,46,186); }

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

border-color css

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

 span { border-color: rgb(59,46,186); }

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