Html Css Color HEX #323373 Deep Koamaru

📋 copy color: '#323373'

red 50 ◦ green 51 ◦ blue 115

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

Shades of Deep Koamaru #323373

Tints of Deep Koamaru #323373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 23.15%
G = 23.61%
B = 53.24%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#323373 (or 0x323373) is known color: Deep Koamaru. HEX triplet: 32, 33 and 73. RGB value is (50,51,115). Sum of RGB (Red+Green+Blue) = 50+51+115=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #323373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323373 is #CDCC8C. Grayscale: #393939. Windows color (decimal): -13487245 or 7549746. OLE color: 7549746.

HSL color Cylindrical-coordinate representation of color #323373: hue angle of 239.08º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323373 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 51 115 -
CMYK 0.57 0.56 0 0.55
HSL 239.08º 0.39% 0.32% -
HSV(B) 239.08º 0.57% 0.45% -
XYZ 5.59 4.28 16.75 -
YUV 58 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 50 51 115 0.57 0.56 0 0.55 239.08 0.39 0.32
Hex 32 33 73 39 38 0 37 EF 27 20
Octal 62 63 163 71 70 0 67 357 47 40
Binary 110010 110011 1110011 111001 111000 0 110111 11101111 100111 100000

Color Harmonies of #323373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323373

Black with #323373

Text Example


Text Example

White with #323373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323373; }

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

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

background-color css

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

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

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

border-color css

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

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

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