Html Css Color HEX #323374 Deep Koamaru

📋 copy color: '#323374'

red 50 ◦ green 51 ◦ blue 116

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

Shades of Deep Koamaru #323374

Tints of Deep Koamaru #323374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 23.04%
G = 23.5%
B = 53.46%

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

#323374 (or 0x323374) is known color: Deep Koamaru. HEX triplet: 32, 33 and 74. RGB value is (50,51,116). Sum of RGB (Red+Green+Blue) = 50+51+116=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #323374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323374 is #CDCC8B. Grayscale: #393939. Windows color (decimal): -13487244 or 7615282. OLE color: 7615282.

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

Color convert

RGB 50 51 116 -
CMYK 0.57 0.56 0 0.55
HSL 239.09º 0.4% 0.33% -
HSV(B) 239.09º 0.57% 0.45% -
XYZ 5.65 4.31 17.06 -
YUV 58.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 50 51 116 0.57 0.56 0 0.55 239.09 0.4 0.33
Hex 32 33 74 39 38 0 37 EF 28 21
Octal 62 63 164 71 70 0 67 357 50 41
Binary 110010 110011 1110100 111001 111000 0 110111 11101111 101000 100001

Color Harmonies of #323374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323374

Black with #323374

Text Example


Text Example

White with #323374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323374; }

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

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

background-color css

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

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

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

border-color css

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

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

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