#323367

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

Shades of Deep Koamaru #323367

Tints of Deep Koamaru #323367

Color information

#323367 (or 0x323367) is unknown color: approx Deep Koamaru. HEX triplet: 32, 33 and 67. RGB value is (50,51,103). Sum of RGB (Red+Green+Blue) = 50+51+103=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #323367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323367 is #CDCC98. Grayscale: #383838. Windows color (decimal): -13487257 or 6763314. OLE color: 6763314.

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

Color convert

RGB5051103-
CMYK0.510.5000.60
HSL238.87º34.64%30%-
HSV(B)238.87º51.46%40.39%-
XYZ4.954.0313.35-
YUV56.63154.17123.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=24.51%
G=25%
B=50.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50511030.510.5000.60238.8734.6430
Hex323367333203Cef231e
Octal626314763620743574336
Binary110010110011110011111001111001001111001110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323367; }

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

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

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

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

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

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

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

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