Html Css Color HEX #31326B Deep Koamaru

📋 copy color: '#31326B'

red 49 ◦ green 50 ◦ blue 107

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

Shades of Deep Koamaru #31326B

Tints of Deep Koamaru #31326B

RGB

 RED value IS 49 (19.53% from 255) = 23.79%

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

 BLUE value IS 107 (42.19% from 255) = 51.94%

R = 23.79%
G = 24.27%
B = 51.94%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31326B (or 0x31326B) is known color: Deep Koamaru. HEX triplet: 31, 32 and 6B. RGB value is (49,50,107). Sum of RGB (Red+Green+Blue) = 49+50+107=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #31326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31326B is #CECD94. Grayscale: #373737. Windows color (decimal): -13553045 or 7025201. OLE color: 7025201.

HSL color Cylindrical-coordinate representation of color #31326B: hue angle of 238.97º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31326B is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 50 107 -
CMYK 0.54 0.53 0 0.58
HSL 238.97º 0.37% 0.31% -
HSV(B) 238.97º 0.54% 0.42% -
XYZ 5.06 4 14.41 -
YUV 56.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 49 50 107 0.54 0.53 0 0.58 238.97 0.37 0.31
Hex 31 32 6B 36 35 0 3A EF 25 1F
Octal 61 62 153 66 65 0 72 357 45 37
Binary 110001 110010 1101011 110110 110101 0 111010 11101111 100101 11111

Color Harmonies of #31326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31326B

Black with #31326B

Text Example


Text Example

White with #31326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31326B; }

 p { color: rgb(49,50,107); }

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

background-color css

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

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

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

border-color css

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

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

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