#2D277B

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

Shades of Deep Koamaru #2D277B

Tints of Deep Koamaru #2D277B

Color information

#2D277B (or 0x2D277B) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 27 and 7B. RGB value is (45,39,123). Sum of RGB (Red+Green+Blue) = 45+39+123=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D277B is #D2D884. Grayscale: #323232. Windows color (decimal): -13817989 or 8070957. OLE color: 8070957.

HSL color Cylindrical-coordinate representation of color #2D277B: hue angle of 244.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D277B is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4539123-
CMYK0.630.6800.52
HSL244.29º51.85%31.76%-
HSV(B)244.29º68.29%48.24%-
XYZ5.383.4419.12-
YUV50.37168.99124.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.74%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=21.74%
G=18.84%
B=59.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45391230.630.6800.52244.2951.8531.76
Hex2D277B3F44034f43420
Octal5547173771040643646440
Binary10110110011111110111111111000100011010011110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,39,123); }

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

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

 a { background-color: rgb(45,39,123); }

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

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

 span { border-color: rgb(45,39,123); }

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