Html Css Color HEX #323463 Deep Koamaru

📋 copy color: '#323463'

red 50 ◦ green 52 ◦ blue 99

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

Shades of Deep Koamaru #323463

Tints of Deep Koamaru #323463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

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

R = 24.88%
G = 25.87%
B = 49.25%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#323463 (or 0x323463) is known color: Deep Koamaru. HEX triplet: 32, 34 and 63. RGB value is (50,52,99). Sum of RGB (Red+Green+Blue) = 50+52+99=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #323463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323463 is #CDCB9C. Grayscale: #383838. Windows color (decimal): -13487005 or 6501426. OLE color: 6501426.

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

Color convert

RGB 50 52 99 -
CMYK 0.49 0.47 0 0.61
HSL 237.55º 0.33% 0.29% -
HSV(B) 237.55º 0.49% 0.39% -
XYZ 4.8 4.03 12.33 -
YUV 56.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 50 52 99 0.49 0.47 0 0.61 237.55 0.33 0.29
Hex 32 34 63 31 2F 0 3D EE 21 1D
Octal 62 64 143 61 57 0 75 356 41 35
Binary 110010 110100 1100011 110001 101111 0 111101 11101110 100001 11101

Color Harmonies of #323463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323463

Black with #323463

Text Example


Text Example

White with #323463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323463; }

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

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

background-color css

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

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

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

border-color css

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

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

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