Html Css Color HEX #323763 Deep Koamaru

📋 copy color: '#323763'

red 50 ◦ green 55 ◦ blue 99

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

Shades of Deep Koamaru #323763

Tints of Deep Koamaru #323763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

 BLUE value IS 99 (39.06% from 255) = 48.53%

R = 24.51%
G = 26.96%
B = 48.53%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#323763 (or 0x323763) is known color: Deep Koamaru. HEX triplet: 32, 37 and 63. RGB value is (50,55,99). Sum of RGB (Red+Green+Blue) = 50+55+99=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #323763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323763 is #CDC89C. Grayscale: #3A3A3A. Windows color (decimal): -13486237 or 6502194. OLE color: 6502194.

HSL color Cylindrical-coordinate representation of color #323763: hue angle of 233.88º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #323763 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 55 99 -
CMYK 0.49 0.44 0 0.61
HSL 233.88º 0.33% 0.29% -
HSV(B) 233.88º 0.49% 0.39% -
XYZ 4.93 4.31 12.38 -
YUV 58.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 50 55 99 0.49 0.44 0 0.61 233.88 0.33 0.29
Hex 32 37 63 31 2C 0 3D EA 21 1D
Octal 62 67 143 61 54 0 75 352 41 35
Binary 110010 110111 1100011 110001 101100 0 111101 11101010 100001 11101

Color Harmonies of #323763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323763

Black with #323763

Text Example


Text Example

White with #323763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323763; }

 p { color: rgb(50,55,99); }

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

background-color css

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

 a { background-color: rgb(50,55,99); }

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

border-color css

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

 span { border-color: rgb(50,55,99); }

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