#2B2674

Color #2B2674 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #2B2674

Tints of Deep Koamaru #2B2674

Color information

#2B2674 (or 0x2B2674) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 26 and 74. RGB value is (43,38,116). Sum of RGB (Red+Green+Blue) = 43+38+116=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B2674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2674 is #D4D98B. Grayscale: #303030. Windows color (decimal): -13949324 or 7611947. OLE color: 7611947.

HSL color Cylindrical-coordinate representation of color #2B2674: hue angle of 243.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B2674 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4338116-
CMYK0.630.6700.55
HSL243.85º50.65%30.2%-
HSV(B)243.85º67.24%45.49%-
XYZ4.843.1616.88-
YUV48.39166.16124.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 116 (45.70% from 255) = 58.88%
R=21.83%
G=19.29%
B=58.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43381160.630.6700.55243.8550.6530.2
Hex2B26743F43037f4331e
Octal5346164771030673646336
Binary1010111001101110100111111100001101101111111010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,116); }

 H1.HeaderClassName
 {
   color: #2B2674;
 }
 .AnyTagClassName
 {
   color: #2B2674;
 }
</style>
background-color css

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

 a { background-color: rgb(43,38,116); }

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

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

 span { border-color: rgb(43,38,116); }

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