#2B2675

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

Shades of Deep Koamaru #2B2675

Tints of Deep Koamaru #2B2675

Color information

#2B2675 (or 0x2B2675) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 26 and 75. RGB value is (43,38,117). Sum of RGB (Red+Green+Blue) = 43+38+117=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B2675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2675 is #D4D98A. Grayscale: #303030. Windows color (decimal): -13949323 or 7677483. OLE color: 7677483.

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

Color convert

RGB4338117-
CMYK0.630.6800.54
HSL243.8º50.97%30.39%-
HSV(B)243.8º67.52%45.88%-
XYZ4.93.1817.19-
YUV48.5166.66124.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 117 (46.09% from 255) = 59.09%
R=21.72%
G=19.19%
B=59.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43381170.630.6800.54243.850.9730.39
Hex2B26753F44036f4331e
Octal5346165771040663646336
Binary1010111001101110101111111100010001101101111010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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