Html Css Color HEX #2E3CBE Persian Blue

📋 copy color: '#2E3CBE'

red 46 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #2E3CBE

Tints of Persian Blue #2E3CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.27%

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

R = 15.54%
G = 20.27%
B = 64.19%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E3CBE (or 0x2E3CBE) is known color: Persian Blue. HEX triplet: 2E, 3C and BE. RGB value is (46,60,190). Sum of RGB (Red+Green+Blue) = 46+60+190=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E3CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CBE is #D1C341. Grayscale: #464646. Windows color (decimal): -13747010 or 12467246. OLE color: 12467246.

HSL color Cylindrical-coordinate representation of color #2E3CBE: hue angle of 234.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E3CBE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 60 190 -
CMYK 0.76 0.68 0 0.25
HSL 234.17º 0.61% 0.46% -
HSV(B) 234.17º 0.76% 0.75% -
XYZ 12.04 7.53 49.53 -
YUV 70.63 195.36 110.43 -
System Red Green Blue C M Y K H S L
Decimal 46 60 190 0.76 0.68 0 0.25 234.17 0.61 0.46
Hex 2E 3C BE 4C 44 0 19 EA 3D 2E
Octal 56 74 276 114 104 0 31 352 75 56
Binary 101110 111100 10111110 1001100 1000100 0 11001 11101010 111101 101110

Color Harmonies of #2E3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CBE

Black with #2E3CBE

Text Example


Text Example

White with #2E3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,60,190); }

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

background-color css

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

 a { background-color: rgb(46,60,190); }

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

border-color css

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

 span { border-color: rgb(46,60,190); }

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