Html Css Color HEX #31345B Deep Koamaru

📋 copy color: '#31345B'

red 49 ◦ green 52 ◦ blue 91

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

Shades of Deep Koamaru #31345B

Tints of Deep Koamaru #31345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.08%

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

R = 25.52%
G = 27.08%
B = 47.4%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31345B (or 0x31345B) is known color: Deep Koamaru. HEX triplet: 31, 34 and 5B. RGB value is (49,52,91). Sum of RGB (Red+Green+Blue) = 49+52+91=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #31345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31345B is #CECBA4. Grayscale: #373737. Windows color (decimal): -13552549 or 5977137. OLE color: 5977137.

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

Color convert

RGB 49 52 91 -
CMYK 0.46 0.43 0 0.64
HSL 235.71º 0.3% 0.27% -
HSV(B) 235.71º 0.46% 0.36% -
XYZ 4.38 3.86 10.41 -
YUV 55.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 49 52 91 0.46 0.43 0 0.64 235.71 0.3 0.27
Hex 31 34 5B 2E 2B 0 40 EC 1E 1B
Octal 61 64 133 56 53 0 100 354 36 33
Binary 110001 110100 1011011 101110 101011 0 1000000 11101100 11110 11011

Color Harmonies of #31345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31345B

Black with #31345B

Text Example


Text Example

White with #31345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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