Html Css Color HEX #2E3DBE Persian Blue

📋 copy color: '#2E3DBE'

red 46 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #2E3DBE

Tints of Persian Blue #2E3DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

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

R = 15.49%
G = 20.54%
B = 63.97%

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

#2E3DBE (or 0x2E3DBE) is known color: Persian Blue. HEX triplet: 2E, 3D and BE. RGB value is (46,61,190). Sum of RGB (Red+Green+Blue) = 46+61+190=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E3DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DBE is #D1C241. Grayscale: #464646. Windows color (decimal): -13746754 or 12467502. OLE color: 12467502.

HSL color Cylindrical-coordinate representation of color #2E3DBE: hue angle of 233.75º 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 #2E3DBE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 61 190 -
CMYK 0.76 0.68 0 0.25
HSL 233.75º 0.61% 0.46% -
HSV(B) 233.75º 0.76% 0.75% -
XYZ 12.09 7.64 49.55 -
YUV 71.22 195.03 110.01 -
System Red Green Blue C M Y K H S L
Decimal 46 61 190 0.76 0.68 0 0.25 233.75 0.61 0.46
Hex 2E 3D BE 4C 44 0 19 EA 3D 2E
Octal 56 75 276 114 104 0 31 352 75 56
Binary 101110 111101 10111110 1001100 1000100 0 11001 11101010 111101 101110

Color Harmonies of #2E3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3DBE

Black with #2E3DBE

Text Example


Text Example

White with #2E3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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