Html Css Color HEX #323371 Deep Koamaru

📋 copy color: '#323371'

red 50 ◦ green 51 ◦ blue 113

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

Shades of Deep Koamaru #323371

Tints of Deep Koamaru #323371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.8%

R = 23.36%
G = 23.83%
B = 52.8%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#323371 (or 0x323371) is known color: Deep Koamaru. HEX triplet: 32, 33 and 71. RGB value is (50,51,113). Sum of RGB (Red+Green+Blue) = 50+51+113=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #323371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323371 is #CDCC8E. Grayscale: #393939. Windows color (decimal): -13487247 or 7418674. OLE color: 7418674.

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

Color convert

RGB 50 51 113 -
CMYK 0.56 0.55 0 0.56
HSL 239.05º 0.39% 0.32% -
HSV(B) 239.05º 0.56% 0.44% -
XYZ 5.48 4.24 16.15 -
YUV 57.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 50 51 113 0.56 0.55 0 0.56 239.05 0.39 0.32
Hex 32 33 71 38 37 0 38 EF 27 20
Octal 62 63 161 70 67 0 70 357 47 40
Binary 110010 110011 1110001 111000 110111 0 111000 11101111 100111 100000

Color Harmonies of #323371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323371

Black with #323371

Text Example


Text Example

White with #323371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323371; }

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

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

background-color css

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

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

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

border-color css

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

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

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