Html Css Color HEX #323473 Deep Koamaru

📋 copy color: '#323473'

red 50 ◦ green 52 ◦ blue 115

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

Shades of Deep Koamaru #323473

Tints of Deep Koamaru #323473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 23.04%
G = 23.96%
B = 53%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#323473 (or 0x323473) is known color: Deep Koamaru. HEX triplet: 32, 34 and 73. RGB value is (50,52,115). Sum of RGB (Red+Green+Blue) = 50+52+115=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #323473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323473 is #CDCB8C. Grayscale: #3A3A3A. Windows color (decimal): -13486989 or 7550002. OLE color: 7550002.

HSL color Cylindrical-coordinate representation of color #323473: hue angle of 238.15º 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 #323473 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 52 115 -
CMYK 0.57 0.55 0 0.55
HSL 238.15º 0.39% 0.32% -
HSV(B) 238.15º 0.57% 0.45% -
XYZ 5.64 4.37 16.77 -
YUV 58.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 50 52 115 0.57 0.55 0 0.55 238.15 0.39 0.32
Hex 32 34 73 39 37 0 37 EE 27 20
Octal 62 64 163 71 67 0 67 356 47 40
Binary 110010 110100 1110011 111001 110111 0 110111 11101110 100111 100000

Color Harmonies of #323473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323473

Black with #323473

Text Example


Text Example

White with #323473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323473; }

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

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

background-color css

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

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

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

border-color css

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

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

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