#2B2D6E

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

Shades of Deep Koamaru #2B2D6E

Tints of Deep Koamaru #2B2D6E

Color information

#2B2D6E (or 0x2B2D6E) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 2D and 6E. RGB value is (43,45,110). Sum of RGB (Red+Green+Blue) = 43+45+110=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B2D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2D6E is #D4D291. Grayscale: #333333. Windows color (decimal): -13947538 or 7220523. OLE color: 7220523.

HSL color Cylindrical-coordinate representation of color #2B2D6E: hue angle of 238.21º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B2D6E is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4345110-
CMYK0.610.5900.57
HSL238.21º43.79%30%-
HSV(B)238.21º60.91%43.14%-
XYZ4.753.5215.18-
YUV51.81160.84121.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 45 (17.97% from 255) = 22.73%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=21.72%
G=22.73%
B=55.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43451100.610.5900.57238.2143.7930
Hex2B2D6E3D3B039ee2c1e
Octal535515675730713565436
Binary101011101101110111011110111101101110011110111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,45,110); }

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

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

 a { background-color: rgb(43,45,110); }

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

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

 span { border-color: rgb(43,45,110); }

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