Html Css Color HEX #2E3CDA Persian Blue

📋 copy color: '#2E3CDA'

red 46 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #2E3CDA

Tints of Persian Blue #2E3CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.28%

R = 14.2%
G = 18.52%
B = 67.28%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2E3CDA (or 0x2E3CDA) is known color: Persian Blue. HEX triplet: 2E, 3C and DA. RGB value is (46,60,218). Sum of RGB (Red+Green+Blue) = 46+60+218=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E3CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CDA is #D1C325. Grayscale: #494949. Windows color (decimal): -13746982 or 14302254. OLE color: 14302254.

HSL color Cylindrical-coordinate representation of color #2E3CDA: hue angle of 235.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3CDA is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 60 218 -
CMYK 0.79 0.72 0 0.15
HSL 235.12º 0.7% 0.52% -
HSV(B) 235.12º 0.79% 0.85% -
XYZ 15.4 8.87 67.23 -
YUV 73.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 46 60 218 0.79 0.72 0 0.15 235.12 0.7 0.52
Hex 2E 3C DA 4F 48 0 F EB 46 34
Octal 56 74 332 117 110 0 17 353 106 64
Binary 101110 111100 11011010 1001111 1001000 0 1111 11101011 1000110 110100

Color Harmonies of #2E3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CDA

Black with #2E3CDA

Text Example


Text Example

White with #2E3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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