Html Css Color HEX #2E3BBA Persian Blue

📋 copy color: '#2E3BBA'

red 46 ◦ green 59 ◦ blue 186

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

Shades of Persian Blue #2E3BBA

Tints of Persian Blue #2E3BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.27%

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

R = 15.81%
G = 20.27%
B = 63.92%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E3BBA (or 0x2E3BBA) is known color: Persian Blue. HEX triplet: 2E, 3B and BA. RGB value is (46,59,186). Sum of RGB (Red+Green+Blue) = 46+59+186=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E3BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BBA is #D1C445. Grayscale: #454545. Windows color (decimal): -13747270 or 12204846. OLE color: 12204846.

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

Color convert

RGB 46 59 186 -
CMYK 0.75 0.68 0 0.27
HSL 234.43º 0.6% 0.45% -
HSV(B) 234.43º 0.75% 0.73% -
XYZ 11.55 7.25 47.25 -
YUV 69.59 193.69 111.17 -
System Red Green Blue C M Y K H S L
Decimal 46 59 186 0.75 0.68 0 0.27 234.43 0.6 0.45
Hex 2E 3B BA 4B 44 0 1B EA 3C 2D
Octal 56 73 272 113 104 0 33 352 74 55
Binary 101110 111011 10111010 1001011 1000100 0 11011 11101010 111100 101101

Color Harmonies of #2E3BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3BBA

Black with #2E3BBA

Text Example


Text Example

White with #2E3BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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