Html Css Color HEX #31335B Deep Koamaru

📋 copy color: '#31335B'

red 49 ◦ green 51 ◦ blue 91

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

Shades of Deep Koamaru #31335B

Tints of Deep Koamaru #31335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.7%

 BLUE value IS 91 (35.94% from 255) = 47.64%

R = 25.65%
G = 26.7%
B = 47.64%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31335B (or 0x31335B) is known color: Deep Koamaru. HEX triplet: 31, 33 and 5B. RGB value is (49,51,91). Sum of RGB (Red+Green+Blue) = 49+51+91=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #31335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31335B is #CECCA4. Grayscale: #363636. Windows color (decimal): -13552805 or 5976881. OLE color: 5976881.

HSL color Cylindrical-coordinate representation of color #31335B: hue angle of 237.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31335B is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 51 91 -
CMYK 0.46 0.44 0 0.64
HSL 237.14º 0.3% 0.27% -
HSV(B) 237.14º 0.46% 0.36% -
XYZ 4.34 3.78 10.4 -
YUV 54.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 49 51 91 0.46 0.44 0 0.64 237.14 0.3 0.27
Hex 31 33 5B 2E 2C 0 40 ED 1E 1B
Octal 61 63 133 56 54 0 100 355 36 33
Binary 110001 110011 1011011 101110 101100 0 1000000 11101101 11110 11011

Color Harmonies of #31335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31335B

Black with #31335B

Text Example


Text Example

White with #31335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,51,91); }

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

background-color css

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

 a { background-color: rgb(49,51,91); }

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

border-color css

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

 span { border-color: rgb(49,51,91); }

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