Html Css Color HEX #31355B Deep Koamaru

📋 copy color: '#31355B'

red 49 ◦ green 53 ◦ blue 91

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

Shades of Deep Koamaru #31355B

Tints of Deep Koamaru #31355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

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

R = 25.39%
G = 27.46%
B = 47.15%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31355B (or 0x31355B) is known color: Deep Koamaru. HEX triplet: 31, 35 and 5B. RGB value is (49,53,91). Sum of RGB (Red+Green+Blue) = 49+53+91=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #31355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31355B is #CECAA4. Grayscale: #373737. Windows color (decimal): -13552293 or 5977393. OLE color: 5977393.

HSL color Cylindrical-coordinate representation of color #31355B: hue angle of 234.29º 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 #31355B is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 53 91 -
CMYK 0.46 0.42 0 0.64
HSL 234.29º 0.3% 0.27% -
HSV(B) 234.29º 0.46% 0.36% -
XYZ 4.43 3.95 10.43 -
YUV 56.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 49 53 91 0.46 0.42 0 0.64 234.29 0.3 0.27
Hex 31 35 5B 2E 2A 0 40 EA 1E 1B
Octal 61 65 133 56 52 0 100 352 36 33
Binary 110001 110101 1011011 101110 101010 0 1000000 11101010 11110 11011

Color Harmonies of #31355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31355B

Black with #31355B

Text Example


Text Example

White with #31355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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