Html Css Color HEX #2E3CDF Persian Blue

📋 copy color: '#2E3CDF'

red 46 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #2E3CDF

Tints of Persian Blue #2E3CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 13.98%
G = 18.24%
B = 67.78%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E3CDF (or 0x2E3CDF) is known color: Persian Blue. HEX triplet: 2E, 3C and DF. RGB value is (46,60,223). Sum of RGB (Red+Green+Blue) = 46+60+223=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E3CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CDF is #D1C320. Grayscale: #494949. Windows color (decimal): -13746977 or 14629934. OLE color: 14629934.

HSL color Cylindrical-coordinate representation of color #2E3CDF: hue angle of 235.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3CDF is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 60 223 -
CMYK 0.79 0.73 0 0.13
HSL 235.25º 0.73% 0.53% -
HSV(B) 235.25º 0.79% 0.87% -
XYZ 16.06 9.14 70.73 -
YUV 74.4 211.86 107.75 -
System Red Green Blue C M Y K H S L
Decimal 46 60 223 0.79 0.73 0 0.13 235.25 0.73 0.53
Hex 2E 3C DF 4F 49 0 D EB 49 35
Octal 56 74 337 117 111 0 15 353 111 65
Binary 101110 111100 11011111 1001111 1001001 0 1101 11101011 1001001 110101

Color Harmonies of #2E3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CDF

Black with #2E3CDF

Text Example


Text Example

White with #2E3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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