#282B69

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

Shades of Deep Koamaru #282B69

Tints of Deep Koamaru #282B69

Color information

#282B69 (or 0x282B69) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2B and 69. RGB value is (40,43,105). Sum of RGB (Red+Green+Blue) = 40+43+105=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #282B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B69 is #D7D496. Grayscale: #303030. Windows color (decimal): -14144663 or 6892328. OLE color: 6892328.

HSL color Cylindrical-coordinate representation of color #282B69: hue angle of 237.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #282B69 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4043105-
CMYK0.620.5900.59
HSL237.23º44.83%28.43%-
HSV(B)237.23º61.9%41.18%-
XYZ4.293.213.76-
YUV49.17159.51121.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=21.28%
G=22.87%
B=55.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40431050.620.5900.59237.2344.8328.43
Hex282B693E3B03Bed2d1c
Octal505315176730733555534
Binary101000101011110100111111011101101110111110110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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