Html Css Color HEX #2E2CCD Persian Blue

📋 copy color: '#2E2CCD'

red 46 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #2E2CCD

Tints of Persian Blue #2E2CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 205 (80.47% from 255) = 69.49%

R = 15.59%
G = 14.92%
B = 69.49%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E2CCD (or 0x2E2CCD) is known color: Persian Blue. HEX triplet: 2E, 2C and CD. RGB value is (46,44,205). Sum of RGB (Red+Green+Blue) = 46+44+205=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E2CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CCD is #D1D332. Grayscale: #3E3E3E. Windows color (decimal): -13751091 or 13446190. OLE color: 13446190.

HSL color Cylindrical-coordinate representation of color #2E2CCD: hue angle of 240.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E2CCD is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 44 205 -
CMYK 0.78 0.79 0 0.20
HSL 240.75º 0.65% 0.49% -
HSV(B) 240.75º 0.79% 0.8% -
XYZ 13.05 6.79 58.38 -
YUV 62.95 208.16 115.91 -
System Red Green Blue C M Y K H S L
Decimal 46 44 205 0.78 0.79 0 0.20 240.75 0.65 0.49
Hex 2E 2C CD 4E 4F 0 14 F1 41 31
Octal 56 54 315 116 117 0 24 361 101 61
Binary 101110 101100 11001101 1001110 1001111 0 10100 11110001 1000001 110001

Color Harmonies of #2E2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2CCD

Black with #2E2CCD

Text Example


Text Example

White with #2E2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,44,205); }

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

background-color css

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

 a { background-color: rgb(46,44,205); }

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

border-color css

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

 span { border-color: rgb(46,44,205); }

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