Html Css Color HEX #323263 Deep Koamaru

📋 copy color: '#323263'

red 50 ◦ green 50 ◦ blue 99

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

Shades of Deep Koamaru #323263

Tints of Deep Koamaru #323263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

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

R = 25.13%
G = 25.13%
B = 49.75%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#323263 (or 0x323263) is known color: Deep Koamaru. HEX triplet: 32, 32 and 63. RGB value is (50,50,99). Sum of RGB (Red+Green+Blue) = 50+50+99=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #323263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323263 is #CDCD9C. Grayscale: #373737. Windows color (decimal): -13487517 or 6500914. OLE color: 6500914.

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

Color convert

RGB 50 50 99 -
CMYK 0.49 0.49 0 0.61
HSL 240º 0.33% 0.29% -
HSV(B) 240º 0.49% 0.39% -
XYZ 4.71 3.86 12.3 -
YUV 55.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 50 50 99 0.49 0.49 0 0.61 240 0.33 0.29
Hex 32 32 63 31 31 0 3D F0 21 1D
Octal 62 62 143 61 61 0 75 360 41 35
Binary 110010 110010 1100011 110001 110001 0 111101 11110000 100001 11101

Color Harmonies of #323263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323263

Black with #323263

Text Example


Text Example

White with #323263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323263; }

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

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

background-color css

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

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

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

border-color css

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

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

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