Html Css Color HEX #323368 Deep Koamaru

📋 copy color: '#323368'

red 50 ◦ green 51 ◦ blue 104

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

Shades of Deep Koamaru #323368

Tints of Deep Koamaru #323368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 24.39%
G = 24.88%
B = 50.73%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#323368 (or 0x323368) is known color: Deep Koamaru. HEX triplet: 32, 33 and 68. RGB value is (50,51,104). Sum of RGB (Red+Green+Blue) = 50+51+104=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #323368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323368 is #CDCC97. Grayscale: #383838. Windows color (decimal): -13487256 or 6828850. OLE color: 6828850.

HSL color Cylindrical-coordinate representation of color #323368: hue angle of 238.89º 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 #323368 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 51 104 -
CMYK 0.52 0.51 0 0.59
HSL 238.89º 0.35% 0.3% -
HSV(B) 238.89º 0.52% 0.41% -
XYZ 5 4.05 13.61 -
YUV 56.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 50 51 104 0.52 0.51 0 0.59 238.89 0.35 0.3
Hex 32 33 68 34 33 0 3B EF 23 1E
Octal 62 63 150 64 63 0 73 357 43 36
Binary 110010 110011 1101000 110100 110011 0 111011 11101111 100011 11110

Color Harmonies of #323368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323368

Black with #323368

Text Example


Text Example

White with #323368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323368; }

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

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

background-color css

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

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

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

border-color css

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

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

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