Html Css Color HEX #31355A Deep Koamaru

📋 copy color: '#31355A'

red 49 ◦ green 53 ◦ blue 90

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

Shades of Deep Koamaru #31355A

Tints of Deep Koamaru #31355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.88%

R = 25.52%
G = 27.6%
B = 46.88%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31355A (or 0x31355A) is known color: Deep Koamaru. HEX triplet: 31, 35 and 5A. RGB value is (49,53,90). Sum of RGB (Red+Green+Blue) = 49+53+90=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #31355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31355A is #CECAA5. Grayscale: #373737. Windows color (decimal): -13552294 or 5911857. OLE color: 5911857.

HSL color Cylindrical-coordinate representation of color #31355A: hue angle of 234.15º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31355A is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 53 90 -
CMYK 0.46 0.41 0 0.65
HSL 234.15º 0.29% 0.27% -
HSV(B) 234.15º 0.46% 0.35% -
XYZ 4.39 3.94 10.2 -
YUV 56.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 49 53 90 0.46 0.41 0 0.65 234.15 0.29 0.27
Hex 31 35 5A 2E 29 0 41 EA 1D 1B
Octal 61 65 132 56 51 0 101 352 35 33
Binary 110001 110101 1011010 101110 101001 0 1000001 11101010 11101 11011

Color Harmonies of #31355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31355A

Black with #31355A

Text Example


Text Example

White with #31355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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