Html Css Color HEX #2E287C Deep Koamaru

📋 copy color: '#2E287C'

red 46 ◦ green 40 ◦ blue 124

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

Shades of Deep Koamaru #2E287C

Tints of Deep Koamaru #2E287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 124 (48.83% from 255) = 59.05%

R = 21.9%
G = 19.05%
B = 59.05%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E287C (or 0x2E287C) is known color: Deep Koamaru. HEX triplet: 2E, 28 and 7C. RGB value is (46,40,124). Sum of RGB (Red+Green+Blue) = 46+40+124=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E287C is #D1D783. Grayscale: #333333. Windows color (decimal): -13752196 or 8136750. OLE color: 8136750.

HSL color Cylindrical-coordinate representation of color #2E287C: hue angle of 244.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E287C is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 40 124 -
CMYK 0.63 0.68 0 0.51
HSL 244.29º 0.51% 0.32% -
HSV(B) 244.29º 0.68% 0.49% -
XYZ 5.52 3.55 19.46 -
YUV 51.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 46 40 124 0.63 0.68 0 0.51 244.29 0.51 0.32
Hex 2E 28 7C 3F 44 0 33 F4 33 20
Octal 56 50 174 77 104 0 63 364 63 40
Binary 101110 101000 1111100 111111 1000100 0 110011 11110100 110011 100000

Color Harmonies of #2E287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E287C

Black with #2E287C

Text Example


Text Example

White with #2E287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,40,124); }

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

background-color css

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

 a { background-color: rgb(46,40,124); }

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

border-color css

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

 span { border-color: rgb(46,40,124); }

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