Html Css Color HEX #2C2E76 Deep Koamaru

📋 copy color: '#2C2E76'

red 44 ◦ green 46 ◦ blue 118

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

Shades of Deep Koamaru #2C2E76

Tints of Deep Koamaru #2C2E76

RGB

 RED value IS 44 (17.58% from 255) = 21.15%

 GREEN value IS 46 (18.36% from 255) = 22.12%

 BLUE value IS 118 (46.48% from 255) = 56.73%

R = 21.15%
G = 22.12%
B = 56.73%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2C2E76 (or 0x2C2E76) is known color: Deep Koamaru. HEX triplet: 2C, 2E and 76. RGB value is (44,46,118). Sum of RGB (Red+Green+Blue) = 44+46+118=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C2E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2E76 is #D3D189. Grayscale: #353535. Windows color (decimal): -13881738 or 7745068. OLE color: 7745068.

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

Color convert

RGB 44 46 118 -
CMYK 0.63 0.61 0 0.54
HSL 238.38º 0.46% 0.32% -
HSV(B) 238.38º 0.63% 0.46% -
XYZ 5.29 3.8 17.59 -
YUV 53.61 164.34 121.15 -
System Red Green Blue C M Y K H S L
Decimal 44 46 118 0.63 0.61 0 0.54 238.38 0.46 0.32
Hex 2C 2E 76 3F 3D 0 36 EE 2E 20
Octal 54 56 166 77 75 0 66 356 56 40
Binary 101100 101110 1110110 111111 111101 0 110110 11101110 101110 100000

Color Harmonies of #2C2E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2E76

Black with #2C2E76

Text Example


Text Example

White with #2C2E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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