Html Css Color HEX #31345D Deep Koamaru

📋 copy color: '#31345D'

red 49 ◦ green 52 ◦ blue 93

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

Shades of Deep Koamaru #31345D

Tints of Deep Koamaru #31345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.94%

R = 25.26%
G = 26.8%
B = 47.94%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31345D (or 0x31345D) is known color: Deep Koamaru. HEX triplet: 31, 34 and 5D. RGB value is (49,52,93). Sum of RGB (Red+Green+Blue) = 49+52+93=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #31345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31345D is #CECBA2. Grayscale: #373737. Windows color (decimal): -13552547 or 6108209. OLE color: 6108209.

HSL color Cylindrical-coordinate representation of color #31345D: hue angle of 235.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31345D is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 52 93 -
CMYK 0.47 0.44 0 0.64
HSL 235.91º 0.31% 0.28% -
HSV(B) 235.91º 0.47% 0.36% -
XYZ 4.47 3.9 10.87 -
YUV 55.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 49 52 93 0.47 0.44 0 0.64 235.91 0.31 0.28
Hex 31 34 5D 2F 2C 0 40 EC 1F 1C
Octal 61 64 135 57 54 0 100 354 37 34
Binary 110001 110100 1011101 101111 101100 0 1000000 11101100 11111 11100

Color Harmonies of #31345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31345D

Black with #31345D

Text Example


Text Example

White with #31345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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