Html Css Color HEX #2C2976 Deep Koamaru

📋 copy color: '#2C2976'

red 44 ◦ green 41 ◦ blue 118

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

Shades of Deep Koamaru #2C2976

Tints of Deep Koamaru #2C2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

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

R = 21.67%
G = 20.2%
B = 58.13%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2C2976 (or 0x2C2976) is known color: Deep Koamaru. HEX triplet: 2C, 29 and 76. RGB value is (44,41,118). Sum of RGB (Red+Green+Blue) = 44+41+118=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C2976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2976 is #D3D689. Grayscale: #323232. Windows color (decimal): -13883018 or 7743788. OLE color: 7743788.

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

Color convert

RGB 44 41 118 -
CMYK 0.63 0.65 0 0.54
HSL 242.34º 0.48% 0.31% -
HSV(B) 242.34º 0.65% 0.46% -
XYZ 5.1 3.43 17.53 -
YUV 50.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 44 41 118 0.63 0.65 0 0.54 242.34 0.48 0.31
Hex 2C 29 76 3F 41 0 36 F2 30 1F
Octal 54 51 166 77 101 0 66 362 60 37
Binary 101100 101001 1110110 111111 1000001 0 110110 11110010 110000 11111

Color Harmonies of #2C2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2976

Black with #2C2976

Text Example


Text Example

White with #2C2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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