Html Css Color HEX #2E2CCB Persian Blue

📋 copy color: '#2E2CCB'

red 46 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #2E2CCB

Tints of Persian Blue #2E2CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.28%

R = 15.7%
G = 15.02%
B = 69.28%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E2CCB (or 0x2E2CCB) is known color: Persian Blue. HEX triplet: 2E, 2C and CB. RGB value is (46,44,203). Sum of RGB (Red+Green+Blue) = 46+44+203=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E2CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CCB is #D1D334. Grayscale: #3E3E3E. Windows color (decimal): -13751093 or 13315118. OLE color: 13315118.

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

Color convert

RGB 46 44 203 -
CMYK 0.77 0.78 0 0.20
HSL 240.75º 0.64% 0.48% -
HSV(B) 240.75º 0.78% 0.8% -
XYZ 12.81 6.69 57.12 -
YUV 62.72 207.16 116.07 -
System Red Green Blue C M Y K H S L
Decimal 46 44 203 0.77 0.78 0 0.20 240.75 0.64 0.48
Hex 2E 2C CB 4D 4E 0 14 F1 40 30
Octal 56 54 313 115 116 0 24 361 100 60
Binary 101110 101100 11001011 1001101 1001110 0 10100 11110001 1000000 110000

Color Harmonies of #2E2CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2CCB

Black with #2E2CCB

Text Example


Text Example

White with #2E2CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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