Html Css Color HEX #323565 Deep Koamaru

📋 copy color: '#323565'

red 50 ◦ green 53 ◦ blue 101

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

Shades of Deep Koamaru #323565

Tints of Deep Koamaru #323565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 24.51%
G = 25.98%
B = 49.51%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#323565 (or 0x323565) is known color: Deep Koamaru. HEX triplet: 32, 35 and 65. RGB value is (50,53,101). Sum of RGB (Red+Green+Blue) = 50+53+101=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #323565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323565 is #CDCA9A. Grayscale: #393939. Windows color (decimal): -13486747 or 6632754. OLE color: 6632754.

HSL color Cylindrical-coordinate representation of color #323565: hue angle of 236.47º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323565 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 53 101 -
CMYK 0.50 0.48 0 0.60
HSL 236.47º 0.34% 0.3% -
HSV(B) 236.47º 0.5% 0.4% -
XYZ 4.94 4.16 12.86 -
YUV 57.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 50 53 101 0.50 0.48 0 0.60 236.47 0.34 0.3
Hex 32 35 65 32 30 0 3C EC 22 1E
Octal 62 65 145 62 60 0 74 354 42 36
Binary 110010 110101 1100101 110010 110000 0 111100 11101100 100010 11110

Color Harmonies of #323565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323565

Black with #323565

Text Example


Text Example

White with #323565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323565; }

 p { color: rgb(50,53,101); }

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

background-color css

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

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

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

border-color css

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

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

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