Html Css Color HEX #31356E Deep Koamaru

📋 copy color: '#31356E'

red 49 ◦ green 53 ◦ blue 110

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

Shades of Deep Koamaru #31356E

Tints of Deep Koamaru #31356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 23.11%
G = 25%
B = 51.89%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31356E (or 0x31356E) is known color: Deep Koamaru. HEX triplet: 31, 35 and 6E. RGB value is (49,53,110). Sum of RGB (Red+Green+Blue) = 49+53+110=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #31356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31356E is #CECA91. Grayscale: #3A3A3A. Windows color (decimal): -13552274 or 7222577. OLE color: 7222577.

HSL color Cylindrical-coordinate representation of color #31356E: hue angle of 236.07º 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 #31356E is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 53 110 -
CMYK 0.55 0.52 0 0.57
HSL 236.07º 0.38% 0.31% -
HSV(B) 236.07º 0.55% 0.43% -
XYZ 5.35 4.32 15.3 -
YUV 58.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 49 53 110 0.55 0.52 0 0.57 236.07 0.38 0.31
Hex 31 35 6E 37 34 0 39 EC 26 1F
Octal 61 65 156 67 64 0 71 354 46 37
Binary 110001 110101 1101110 110111 110100 0 111001 11101100 100110 11111

Color Harmonies of #31356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31356E

Black with #31356E

Text Example


Text Example

White with #31356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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