Html Css Color HEX #3E30BE Persian Blue

📋 copy color: '#3E30BE'

red 62 ◦ green 48 ◦ blue 190

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

Shades of Persian Blue #3E30BE

Tints of Persian Blue #3E30BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

 BLUE value IS 190 (74.61% from 255) = 63.33%

R = 20.67%
G = 16%
B = 63.33%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E30BE (or 0x3E30BE) is known color: Persian Blue. HEX triplet: 3E, 30 and BE. RGB value is (62,48,190). Sum of RGB (Red+Green+Blue) = 62+48+190=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E30BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30BE is #C1CF41. Grayscale: #434343. Windows color (decimal): -12701506 or 12464190. OLE color: 12464190.

HSL color Cylindrical-coordinate representation of color #3E30BE: hue angle of 245.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E30BE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 48 190 -
CMYK 0.67 0.75 0 0.25
HSL 245.92º 0.6% 0.47% -
HSV(B) 245.92º 0.75% 0.75% -
XYZ 12.34 6.86 49.39 -
YUV 68.37 196.64 123.45 -
System Red Green Blue C M Y K H S L
Decimal 62 48 190 0.67 0.75 0 0.25 245.92 0.6 0.47
Hex 3E 30 BE 43 4B 0 19 F6 3C 2F
Octal 76 60 276 103 113 0 31 366 74 57
Binary 111110 110000 10111110 1000011 1001011 0 11001 11110110 111100 101111

Color Harmonies of #3E30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E30BE

Black with #3E30BE

Text Example


Text Example

White with #3E30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,190); }

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

background-color css

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

 a { background-color: rgb(62,48,190); }

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

border-color css

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

 span { border-color: rgb(62,48,190); }

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