Html Css Color HEX #3E2EB8 Persian Blue

📋 copy color: '#3E2EB8'

red 62 ◦ green 46 ◦ blue 184

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

Shades of Persian Blue #3E2EB8

Tints of Persian Blue #3E2EB8

RGB

 RED value IS 62 (24.61% from 255) = 21.23%

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

 BLUE value IS 184 (72.27% from 255) = 63.01%

R = 21.23%
G = 15.75%
B = 63.01%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3E2EB8 (or 0x3E2EB8) is known color: Persian Blue. HEX triplet: 3E, 2E and B8. RGB value is (62,46,184). Sum of RGB (Red+Green+Blue) = 62+46+184=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 184 (72.27% from 255 or 63.01% from 292); Max value from RGB is 184 - color contains mainly: blue. Hex color #3E2EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2EB8 is #C1D147. Grayscale: #414141. Windows color (decimal): -12702024 or 12070462. OLE color: 12070462.

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

Color convert

RGB 62 46 184 -
CMYK 0.66 0.75 0 0.28
HSL 246.96º 0.6% 0.45% -
HSV(B) 246.96º 0.75% 0.72% -
XYZ 11.62 6.44 45.98 -
YUV 66.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 62 46 184 0.66 0.75 0 0.28 246.96 0.6 0.45
Hex 3E 2E B8 42 4B 0 1C F7 3C 2D
Octal 76 56 270 102 113 0 34 367 74 55
Binary 111110 101110 10111000 1000010 1001011 0 11100 11110111 111100 101101

Color Harmonies of #3E2EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2EB8

Black with #3E2EB8

Text Example


Text Example

White with #3E2EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,46,184); }

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

background-color css

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

 a { background-color: rgb(62,46,184); }

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

border-color css

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

 span { border-color: rgb(62,46,184); }

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