#323067

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

Shades of Deep Koamaru #323067

Tints of Deep Koamaru #323067

Color information

#323067 (or 0x323067) is unknown color: approx Deep Koamaru. HEX triplet: 32, 30 and 67. RGB value is (50,48,103). Sum of RGB (Red+Green+Blue) = 50+48+103=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #323067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323067 is #CDCF98. Grayscale: #363636. Windows color (decimal): -13488025 or 6762546. OLE color: 6762546.

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

Color convert

RGB5048103-
CMYK0.510.5300.60
HSL242.18º36.42%29.61%-
HSV(B)242.18º53.4%40.39%-
XYZ4.823.7713.31-
YUV54.87155.16124.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 103 (40.62% from 255) = 51.24%
R=24.88%
G=23.88%
B=51.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50481030.510.5300.60242.1836.4229.61
Hex323067333503Cf2241e
Octal626014763650743624436
Binary110010110000110011111001111010101111001111001010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323067; }

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

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

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

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

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

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

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

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