Html Css Color HEX #323270 Deep Koamaru

📋 copy color: '#323270'

red 50 ◦ green 50 ◦ blue 112

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

Shades of Deep Koamaru #323270

Tints of Deep Koamaru #323270

RGB

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

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

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

R = 23.58%
G = 23.58%
B = 52.83%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#323270 (or 0x323270) is known color: Deep Koamaru. HEX triplet: 32, 32 and 70. RGB value is (50,50,112). Sum of RGB (Red+Green+Blue) = 50+50+112=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #323270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323270 is #CDCD8F. Grayscale: #383838. Windows color (decimal): -13487504 or 7352882. OLE color: 7352882.

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

Color convert

RGB 50 50 112 -
CMYK 0.55 0.55 0 0.56
HSL 240º 0.38% 0.32% -
HSV(B) 240º 0.55% 0.44% -
XYZ 5.38 4.13 15.84 -
YUV 57.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 50 50 112 0.55 0.55 0 0.56 240 0.38 0.32
Hex 32 32 70 37 37 0 38 F0 26 20
Octal 62 62 160 67 67 0 70 360 46 40
Binary 110010 110010 1110000 110111 110111 0 111000 11110000 100110 100000

Color Harmonies of #323270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323270

Black with #323270

Text Example


Text Example

White with #323270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323270; }

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

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

background-color css

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

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

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

border-color css

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

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

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