#322E67

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

Shades of Deep Koamaru #322E67

Tints of Deep Koamaru #322E67

Color information

#322E67 (or 0x322E67) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2E and 67. RGB value is (50,46,103). Sum of RGB (Red+Green+Blue) = 50+46+103=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #322E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E67 is #CDD198. Grayscale: #353535. Windows color (decimal): -13488537 or 6762034. OLE color: 6762034.

HSL color Cylindrical-coordinate representation of color #322E67: hue angle of 244.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #322E67 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5046103-
CMYK0.510.5500.60
HSL244.21º38.26%29.22%-
HSV(B)244.21º55.34%40.39%-
XYZ4.743.6113.28-
YUV53.69155.83125.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 103 (40.62% from 255) = 51.76%
R=25.13%
G=23.12%
B=51.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50461030.510.5500.60244.2138.2629.22
Hex322E67333703Cf4261d
Octal625614763670743644635
Binary110010101110110011111001111011101111001111010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322E67; }

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

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

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

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

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

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

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

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