Html Css Color HEX #2B2976 Deep Koamaru

📋 copy color: '#2B2976'

red 43 ◦ green 41 ◦ blue 118

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

Shades of Deep Koamaru #2B2976

Tints of Deep Koamaru #2B2976

RGB

 RED value IS 43 (17.19% from 255) = 21.29%

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

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

R = 21.29%
G = 20.3%
B = 58.42%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B2976 (or 0x2B2976) is known color: Deep Koamaru. HEX triplet: 2B, 29 and 76. RGB value is (43,41,118). Sum of RGB (Red+Green+Blue) = 43+41+118=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B2976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2976 is #D4D689. Grayscale: #323232. Windows color (decimal): -13948554 or 7743787. OLE color: 7743787.

HSL color Cylindrical-coordinate representation of color #2B2976: hue angle of 241.56º 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 #2B2976 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 41 118 -
CMYK 0.64 0.65 0 0.54
HSL 241.56º 0.48% 0.31% -
HSV(B) 241.56º 0.65% 0.46% -
XYZ 5.06 3.41 17.53 -
YUV 50.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 43 41 118 0.64 0.65 0 0.54 241.56 0.48 0.31
Hex 2B 29 76 40 41 0 36 F2 30 1F
Octal 53 51 166 100 101 0 66 362 60 37
Binary 101011 101001 1110110 1000000 1000001 0 110110 11110010 110000 11111

Color Harmonies of #2B2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2976

Black with #2B2976

Text Example


Text Example

White with #2B2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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