#283267

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

Shades of Deep Koamaru #283267

Tints of Deep Koamaru #283267

Color information

#283267 (or 0x283267) is unknown color: approx Deep Koamaru. HEX triplet: 28, 32 and 67. RGB value is (40,50,103). Sum of RGB (Red+Green+Blue) = 40+50+103=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #283267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283267 is #D7CD98. Grayscale: #343434. Windows color (decimal): -14142873 or 6763048. OLE color: 6763048.

HSL color Cylindrical-coordinate representation of color #283267: hue angle of 230.48º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #283267 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4050103-
CMYK0.610.5100.60
HSL230.48º44.06%28.04%-
HSV(B)230.48º61.17%40.39%-
XYZ4.463.7113.31-
YUV53.05156.19118.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=20.73%
G=25.91%
B=53.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40501030.610.5100.60230.4844.0628.04
Hex2832673D3303Ce62c1c
Octal506214775630743465434
Binary101000110010110011111110111001101111001110011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283267; }

 p { color: rgb(40,50,103); }

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

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

 a { background-color: rgb(40,50,103); }

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

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

 span { border-color: rgb(40,50,103); }

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