Html Css Color HEX #31356D Deep Koamaru

📋 copy color: '#31356D'

red 49 ◦ green 53 ◦ blue 109

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

Shades of Deep Koamaru #31356D

Tints of Deep Koamaru #31356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.66%

R = 23.22%
G = 25.12%
B = 51.66%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31356D (or 0x31356D) is known color: Deep Koamaru. HEX triplet: 31, 35 and 6D. RGB value is (49,53,109). Sum of RGB (Red+Green+Blue) = 49+53+109=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #31356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31356D is #CECA92. Grayscale: #393939. Windows color (decimal): -13552275 or 7157041. OLE color: 7157041.

HSL color Cylindrical-coordinate representation of color #31356D: hue angle of 236º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31356D is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 53 109 -
CMYK 0.55 0.51 0 0.57
HSL 236º 0.38% 0.31% -
HSV(B) 236º 0.55% 0.43% -
XYZ 5.3 4.3 15.02 -
YUV 58.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 49 53 109 0.55 0.51 0 0.57 236 0.38 0.31
Hex 31 35 6D 37 33 0 39 EC 26 1F
Octal 61 65 155 67 63 0 71 354 46 37
Binary 110001 110101 1101101 110111 110011 0 111001 11101100 100110 11111

Color Harmonies of #31356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31356D

Black with #31356D

Text Example


Text Example

White with #31356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31356D; }

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

 H1.HeaderClassName
 {
   color: #31356D;
 }
 .AnyTagClassName
 {
   color: #31356D;
 }
</style>

background-color css

<style>
 a { background-color: #31356D; }

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

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

border-color css

<style>
 span { border-color: #31356D; }

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

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