Html Css Color HEX #3E30BA Persian Blue

📋 copy color: '#3E30BA'

red 62 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #3E30BA

Tints of Persian Blue #3E30BA

RGB

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

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

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

R = 20.95%
G = 16.22%
B = 62.84%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E30BA (or 0x3E30BA) is known color: Persian Blue. HEX triplet: 3E, 30 and BA. RGB value is (62,48,186). Sum of RGB (Red+Green+Blue) = 62+48+186=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E30BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30BA is #C1CF45. Grayscale: #434343. Windows color (decimal): -12701510 or 12202046. OLE color: 12202046.

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

Color convert

RGB 62 48 186 -
CMYK 0.67 0.74 0 0.27
HSL 246.09º 0.59% 0.46% -
HSV(B) 246.09º 0.74% 0.73% -
XYZ 11.91 6.68 47.12 -
YUV 67.92 194.64 123.78 -
System Red Green Blue C M Y K H S L
Decimal 62 48 186 0.67 0.74 0 0.27 246.09 0.59 0.46
Hex 3E 30 BA 43 4A 0 1B F6 3B 2E
Octal 76 60 272 103 112 0 33 366 73 56
Binary 111110 110000 10111010 1000011 1001010 0 11011 11110110 111011 101110

Color Harmonies of #3E30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E30BA

Black with #3E30BA

Text Example


Text Example

White with #3E30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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