#28276F

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

Shades of Deep Koamaru #28276F

Tints of Deep Koamaru #28276F

Color information

#28276F (or 0x28276F) is unknown color: approx Deep Koamaru. HEX triplet: 28, 27 and 6F. RGB value is (40,39,111). Sum of RGB (Red+Green+Blue) = 40+39+111=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #28276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28276F is #D7D890. Grayscale: #2F2F2F. Windows color (decimal): -14145681 or 7284520. OLE color: 7284520.

HSL color Cylindrical-coordinate representation of color #28276F: hue angle of 240.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28276F is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4039111-
CMYK0.640.6500.56
HSL240.83º48%29.41%-
HSV(B)240.83º64.86%43.53%-
XYZ4.473.0515.39-
YUV47.51163.83122.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 111 (43.75% from 255) = 58.42%
R=21.05%
G=20.53%
B=58.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40391110.640.6500.56240.834829.41
Hex28276F4041038f1301d
Octal50471571001010703616035
Binary10100010011111011111000000100000101110001111000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28276F; }

 p { color: rgb(40,39,111); }

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

<style>
 a { background-color: #28276F; }

 a { background-color: rgb(40,39,111); }

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

<style>
 span { border-color: #28276F; }

 span { border-color: rgb(40,39,111); }

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