#2B2C75

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

Shades of Deep Koamaru #2B2C75

Tints of Deep Koamaru #2B2C75

Color information

#2B2C75 (or 0x2B2C75) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 2C and 75. RGB value is (43,44,117). Sum of RGB (Red+Green+Blue) = 43+44+117=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B2C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2C75 is #D4D38A. Grayscale: #333333. Windows color (decimal): -13947787 or 7679019. OLE color: 7679019.

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

Color convert

RGB4344117-
CMYK0.630.6200.54
HSL239.19º46.25%31.37%-
HSV(B)239.19º63.25%45.88%-
XYZ5.113.617.26-
YUV52.02164.67121.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=21.08%
G=21.57%
B=57.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43441170.630.6200.54239.1946.2531.37
Hex2B2C753F3E036ef2e1f
Octal535416577760663575637
Binary101011101100111010111111111111001101101110111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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