Html Css Color HEX #2E3FB1 Persian Blue

📋 copy color: '#2E3FB1'

red 46 ◦ green 63 ◦ blue 177

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

Shades of Persian Blue #2E3FB1

Tints of Persian Blue #2E3FB1

RGB

 RED value IS 46 (18.36% from 255) = 16.08%

 GREEN value IS 63 (25% from 255) = 22.03%

 BLUE value IS 177 (69.53% from 255) = 61.89%

R = 16.08%
G = 22.03%
B = 61.89%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2E3FB1 (or 0x2E3FB1) is known color: Persian Blue. HEX triplet: 2E, 3F and B1. RGB value is (46,63,177). Sum of RGB (Red+Green+Blue) = 46+63+177=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #2E3FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3FB1 is #D1C04E. Grayscale: #464646. Windows color (decimal): -13746255 or 11616046. OLE color: 11616046.

HSL color Cylindrical-coordinate representation of color #2E3FB1: hue angle of 232.21º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E3FB1 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 63 177 -
CMYK 0.74 0.64 0 0.31
HSL 232.21º 0.59% 0.44% -
HSV(B) 232.21º 0.74% 0.69% -
XYZ 10.84 7.31 42.43 -
YUV 70.91 187.87 110.23 -
System Red Green Blue C M Y K H S L
Decimal 46 63 177 0.74 0.64 0 0.31 232.21 0.59 0.44
Hex 2E 3F B1 4A 40 0 1F E8 3B 2C
Octal 56 77 261 112 100 0 37 350 73 54
Binary 101110 111111 10110001 1001010 1000000 0 11111 11101000 111011 101100

Color Harmonies of #2E3FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3FB1

Black with #2E3FB1

Text Example


Text Example

White with #2E3FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E3FB1; }

 p { color: rgb(46,63,177); }

 H1.HeaderClassName
 {
   color: #2E3FB1;
 }
 .AnyTagClassName
 {
   color: #2E3FB1;
 }
</style>

background-color css

<style>
 a { background-color: #2E3FB1; }

 a { background-color: rgb(46,63,177); }

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

border-color css

<style>
 span { border-color: #2E3FB1; }

 span { border-color: rgb(46,63,177); }

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