Html Css Color HEX #323261 Deep Koamaru

📋 copy color: '#323261'

red 50 ◦ green 50 ◦ blue 97

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

Shades of Deep Koamaru #323261

Tints of Deep Koamaru #323261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.24%

R = 25.38%
G = 25.38%
B = 49.24%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#323261 (or 0x323261) is known color: Deep Koamaru. HEX triplet: 32, 32 and 61. RGB value is (50,50,97). Sum of RGB (Red+Green+Blue) = 50+50+97=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #323261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323261 is #CDCD9E. Grayscale: #373737. Windows color (decimal): -13487519 or 6369842. OLE color: 6369842.

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

Color convert

RGB 50 50 97 -
CMYK 0.48 0.48 0 0.62
HSL 240º 0.32% 0.29% -
HSV(B) 240º 0.48% 0.38% -
XYZ 4.61 3.82 11.8 -
YUV 55.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 50 50 97 0.48 0.48 0 0.62 240 0.32 0.29
Hex 32 32 61 30 30 0 3E F0 20 1D
Octal 62 62 141 60 60 0 76 360 40 35
Binary 110010 110010 1100001 110000 110000 0 111110 11110000 100000 11101

Color Harmonies of #323261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323261

Black with #323261

Text Example


Text Example

White with #323261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323261; }

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

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

background-color css

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

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

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

border-color css

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

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

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