Html Css Color HEX #3B2EB6 Persian Blue

📋 copy color: '#3B2EB6'

red 59 ◦ green 46 ◦ blue 182

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

Shades of Persian Blue #3B2EB6

Tints of Persian Blue #3B2EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 63.41%

R = 20.56%
G = 16.03%
B = 63.41%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3B2EB6 (or 0x3B2EB6) is known color: Persian Blue. HEX triplet: 3B, 2E and B6. RGB value is (59,46,182). Sum of RGB (Red+Green+Blue) = 59+46+182=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 182 (71.48% from 255 or 63.41% from 287); Max value from RGB is 182 - color contains mainly: blue. Hex color #3B2EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2EB6 is #C4D149. Grayscale: #404040. Windows color (decimal): -12898634 or 11939387. OLE color: 11939387.

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

Color convert

RGB 59 46 182 -
CMYK 0.68 0.75 0 0.29
HSL 245.74º 0.6% 0.45% -
HSV(B) 245.74º 0.75% 0.71% -
XYZ 11.22 6.26 44.87 -
YUV 65.39 193.81 123.44 -
System Red Green Blue C M Y K H S L
Decimal 59 46 182 0.68 0.75 0 0.29 245.74 0.6 0.45
Hex 3B 2E B6 44 4B 0 1D F6 3C 2D
Octal 73 56 266 104 113 0 35 366 74 55
Binary 111011 101110 10110110 1000100 1001011 0 11101 11110110 111100 101101

Color Harmonies of #3B2EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2EB6

Black with #3B2EB6

Text Example


Text Example

White with #3B2EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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