Html Css Color HEX #31346E Deep Koamaru

📋 copy color: '#31346E'

red 49 ◦ green 52 ◦ blue 110

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

Shades of Deep Koamaru #31346E

Tints of Deep Koamaru #31346E

RGB

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

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

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

R = 23.22%
G = 24.64%
B = 52.13%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31346E (or 0x31346E) is known color: Deep Koamaru. HEX triplet: 31, 34 and 6E. RGB value is (49,52,110). Sum of RGB (Red+Green+Blue) = 49+52+110=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #31346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31346E is #CECB91. Grayscale: #393939. Windows color (decimal): -13552530 or 7222321. OLE color: 7222321.

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

Color convert

RGB 49 52 110 -
CMYK 0.55 0.53 0 0.57
HSL 237.05º 0.38% 0.31% -
HSV(B) 237.05º 0.55% 0.43% -
XYZ 5.31 4.23 15.29 -
YUV 57.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 49 52 110 0.55 0.53 0 0.57 237.05 0.38 0.31
Hex 31 34 6E 37 35 0 39 ED 26 1F
Octal 61 64 156 67 65 0 71 355 46 37
Binary 110001 110100 1101110 110111 110101 0 111001 11101101 100110 11111

Color Harmonies of #31346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31346E

Black with #31346E

Text Example


Text Example

White with #31346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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