Html Css Color HEX #323570 Deep Koamaru

📋 copy color: '#323570'

red 50 ◦ green 53 ◦ blue 112

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

Shades of Deep Koamaru #323570

Tints of Deep Koamaru #323570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 23.26%
G = 24.65%
B = 52.09%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#323570 (or 0x323570) is known color: Deep Koamaru. HEX triplet: 32, 35 and 70. RGB value is (50,53,112). Sum of RGB (Red+Green+Blue) = 50+53+112=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #323570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323570 is #CDCA8F. Grayscale: #3A3A3A. Windows color (decimal): -13486736 or 7353650. OLE color: 7353650.

HSL color Cylindrical-coordinate representation of color #323570: hue angle of 237.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #323570 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 53 112 -
CMYK 0.55 0.53 0 0.56
HSL 237.1º 0.38% 0.32% -
HSV(B) 237.1º 0.55% 0.44% -
XYZ 5.51 4.39 15.89 -
YUV 58.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 50 53 112 0.55 0.53 0 0.56 237.1 0.38 0.32
Hex 32 35 70 37 35 0 38 ED 26 20
Octal 62 65 160 67 65 0 70 355 46 40
Binary 110010 110101 1110000 110111 110101 0 111000 11101101 100110 100000

Color Harmonies of #323570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323570

Black with #323570

Text Example


Text Example

White with #323570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323570; }

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

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

background-color css

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

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

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

border-color css

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

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

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