Html Css Color HEX #2E3DB9 Persian Blue

📋 copy color: '#2E3DB9'

red 46 ◦ green 61 ◦ blue 185

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

Shades of Persian Blue #2E3DB9

Tints of Persian Blue #2E3DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 63.36%

R = 15.75%
G = 20.89%
B = 63.36%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E3DB9 (or 0x2E3DB9) is known color: Persian Blue. HEX triplet: 2E, 3D and B9. RGB value is (46,61,185). Sum of RGB (Red+Green+Blue) = 46+61+185=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #2E3DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DB9 is #D1C246. Grayscale: #464646. Windows color (decimal): -13746759 or 12139822. OLE color: 12139822.

HSL color Cylindrical-coordinate representation of color #2E3DB9: hue angle of 233.53º 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 #2E3DB9 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 61 185 -
CMYK 0.75 0.67 0 0.27
HSL 233.53º 0.6% 0.45% -
HSV(B) 233.53º 0.75% 0.73% -
XYZ 11.55 7.42 46.72 -
YUV 70.65 192.53 110.42 -
System Red Green Blue C M Y K H S L
Decimal 46 61 185 0.75 0.67 0 0.27 233.53 0.6 0.45
Hex 2E 3D B9 4B 43 0 1B EA 3C 2D
Octal 56 75 271 113 103 0 33 352 74 55
Binary 101110 111101 10111001 1001011 1000011 0 11011 11101010 111100 101101

Color Harmonies of #2E3DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3DB9

Black with #2E3DB9

Text Example


Text Example

White with #2E3DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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