#2d267c

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

Shades of Deep Koamaru #2D267C

Tints of Deep Koamaru #2D267C

Color information

#2D267C (or 0x2D267C) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 26 and 7C. RGB value is (45,38,124). Sum of RGB (Red+Green+Blue) = 45+38+124=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D267C is #D2D983. Grayscale: #313131. Windows color (decimal): -13818244 or 8136237. OLE color: 8136237.

HSL color Cylindrical-coordinate representation of color #2D267C: hue angle of 244.88º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D267C is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4538124-
CMYK0.640.6900.51
HSL244.88º53.09%31.76%-
HSV(B)244.88º69.35%48.63%-
XYZ5.413.419.44-
YUV49.9169.82124.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.74%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=21.74%
G=18.36%
B=59.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45381240.640.6900.51244.8853.0931.76
Hex2D267C4045033f53520
Octal55461741001050633656540
Binary101101100110111110010000001000101011001111110101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d267c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,38,124); }

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

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

 a { background-color: rgb(45,38,124); }

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

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

 span { border-color: rgb(45,38,124); }

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