Html Css Color HEX #323663 Deep Koamaru

📋 copy color: '#323663'

red 50 ◦ green 54 ◦ blue 99

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

Shades of Deep Koamaru #323663

Tints of Deep Koamaru #323663

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

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

R = 24.63%
G = 26.6%
B = 48.77%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#323663 (or 0x323663) is known color: Deep Koamaru. HEX triplet: 32, 36 and 63. RGB value is (50,54,99). Sum of RGB (Red+Green+Blue) = 50+54+99=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #323663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323663 is #CDC99C. Grayscale: #393939. Windows color (decimal): -13486493 or 6501938. OLE color: 6501938.

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

Color convert

RGB 50 54 99 -
CMYK 0.49 0.45 0 0.61
HSL 235.1º 0.33% 0.29% -
HSV(B) 235.1º 0.49% 0.39% -
XYZ 4.89 4.22 12.36 -
YUV 57.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 50 54 99 0.49 0.45 0 0.61 235.1 0.33 0.29
Hex 32 36 63 31 2D 0 3D EB 21 1D
Octal 62 66 143 61 55 0 75 353 41 35
Binary 110010 110110 1100011 110001 101101 0 111101 11101011 100001 11101

Color Harmonies of #323663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323663

Black with #323663

Text Example


Text Example

White with #323663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323663; }

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

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

background-color css

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

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

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

border-color css

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

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

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