Html Css Color HEX #323060 Deep Koamaru

📋 copy color: '#323060'

red 50 ◦ green 48 ◦ blue 96

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

Shades of Deep Koamaru #323060

Tints of Deep Koamaru #323060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.74%

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 25.77%
G = 24.74%
B = 49.48%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#323060 (or 0x323060) is known color: Deep Koamaru. HEX triplet: 32, 30 and 60. RGB value is (50,48,96). Sum of RGB (Red+Green+Blue) = 50+48+96=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #323060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323060 is #CDCF9F. Grayscale: #353535. Windows color (decimal): -13488032 or 6303794. OLE color: 6303794.

HSL color Cylindrical-coordinate representation of color #323060: hue angle of 242.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323060 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 48 96 -
CMYK 0.48 0.50 0 0.62
HSL 242.5º 0.33% 0.28% -
HSV(B) 242.5º 0.5% 0.38% -
XYZ 4.48 3.64 11.53 -
YUV 54.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 50 48 96 0.48 0.50 0 0.62 242.5 0.33 0.28
Hex 32 30 60 30 32 0 3E F2 21 1C
Octal 62 60 140 60 62 0 76 362 41 34
Binary 110010 110000 1100000 110000 110010 0 111110 11110010 100001 11100

Color Harmonies of #323060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323060

Black with #323060

Text Example


Text Example

White with #323060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323060; }

 p { color: rgb(50,48,96); }

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

background-color css

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

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

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

border-color css

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

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

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