#282B72

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

Shades of Deep Koamaru #282B72

Tints of Deep Koamaru #282B72

Color information

#282B72 (or 0x282B72) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2B and 72. RGB value is (40,43,114). Sum of RGB (Red+Green+Blue) = 40+43+114=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #282B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B72 is #D7D48D. Grayscale: #313131. Windows color (decimal): -14144654 or 7482152. OLE color: 7482152.

HSL color Cylindrical-coordinate representation of color #282B72: hue angle of 237.57º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #282B72 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4043114-
CMYK0.650.6200.55
HSL237.57º48.05%30.2%-
HSV(B)237.57º64.91%44.71%-
XYZ4.783.3916.32-
YUV50.2164.01120.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=20.30%
G=21.83%
B=57.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40431140.650.6200.55237.5748.0530.2
Hex282B72413E037ee301e
Octal5053162101760673566036
Binary1010001010111110010100000111111001101111110111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282B72; }

 p { color: rgb(40,43,114); }

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

<style>
 a { background-color: #282B72; }

 a { background-color: rgb(40,43,114); }

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

<style>
 span { border-color: #282B72; }

 span { border-color: rgb(40,43,114); }

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