#323068

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

Shades of Deep Koamaru #323068

Tints of Deep Koamaru #323068

Color information

#323068 (or 0x323068) is unknown color: approx Deep Koamaru. HEX triplet: 32, 30 and 68. RGB value is (50,48,104). Sum of RGB (Red+Green+Blue) = 50+48+104=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #323068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323068 is #CDCF97. Grayscale: #363636. Windows color (decimal): -13488024 or 6828082. OLE color: 6828082.

HSL color Cylindrical-coordinate representation of color #323068: hue angle of 242.14º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #323068 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5048104-
CMYK0.520.5400.59
HSL242.14º36.84%29.8%-
HSV(B)242.14º53.85%40.78%-
XYZ4.873.7913.57-
YUV54.98155.66124.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=24.75%
G=23.76%
B=51.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50481040.520.5400.59242.1436.8429.8
Hex323068343603Bf2251e
Octal626015064660733624536
Binary110010110000110100011010011011001110111111001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323068; }

 p { color: rgb(50,48,104); }

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

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

 a { background-color: rgb(50,48,104); }

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

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

 span { border-color: rgb(50,48,104); }

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