#282D75

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

Shades of Deep Koamaru #282D75

Tints of Deep Koamaru #282D75

Color information

#282D75 (or 0x282D75) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2D and 75. RGB value is (40,45,117). Sum of RGB (Red+Green+Blue) = 40+45+117=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #282D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D75 is #D7D28A. Grayscale: #333333. Windows color (decimal): -14144139 or 7679272. OLE color: 7679272.

HSL color Cylindrical-coordinate representation of color #282D75: hue angle of 236.1º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282D75 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4045117-
CMYK0.660.6200.54
HSL236.1º49.04%30.78%-
HSV(B)236.1º65.81%45.88%-
XYZ5.023.6117.26-
YUV51.71164.84119.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=19.80%
G=22.28%
B=57.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40451170.660.6200.54236.149.0430.78
Hex282D75423E036ec311f
Octal5055165102760663546137
Binary1010001011011110101100001011111001101101110110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,45,117); }

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

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

 a { background-color: rgb(40,45,117); }

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

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

 span { border-color: rgb(40,45,117); }

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