Html Css Color HEX #323768 Deep Koamaru

📋 copy color: '#323768'

red 50 ◦ green 55 ◦ blue 104

#323768
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #323768

Tints of Deep Koamaru #323768

RGB

 RED value IS 50 (19.92% from 255) = 23.92%

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 104 (41.02% from 255) = 49.76%

R = 23.92%
G = 26.32%
B = 49.76%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#323768 (or 0x323768) is known color: Deep Koamaru. HEX triplet: 32, 37 and 68. RGB value is (50,55,104). Sum of RGB (Red+Green+Blue) = 50+55+104=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #323768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323768 is #CDC897. Grayscale: #3A3A3A. Windows color (decimal): -13486232 or 6829874. OLE color: 6829874.

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

Color convert

RGB 50 55 104 -
CMYK 0.52 0.47 0 0.59
HSL 234.44º 0.35% 0.3% -
HSV(B) 234.44º 0.52% 0.41% -
XYZ 5.18 4.41 13.67 -
YUV 59.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 50 55 104 0.52 0.47 0 0.59 234.44 0.35 0.3
Hex 32 37 68 34 2F 0 3B EA 23 1E
Octal 62 67 150 64 57 0 73 352 43 36
Binary 110010 110111 1101000 110100 101111 0 111011 11101010 100011 11110

Color Harmonies of #323768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323768

Black with #323768

Text Example


Text Example

White with #323768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323768; }

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

 H1.HeaderClassName
 {
   color: #323768;
 }
 .AnyTagClassName
 {
   color: #323768;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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