Html Css Color HEX #312D75 Deep Koamaru

📋 copy color: '#312D75'

red 49 ◦ green 45 ◦ blue 117

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

Shades of Deep Koamaru #312D75

Tints of Deep Koamaru #312D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.33%

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 23.22%
G = 21.33%
B = 55.45%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312D75 (or 0x312D75) is known color: Deep Koamaru. HEX triplet: 31, 2D and 75. RGB value is (49,45,117). Sum of RGB (Red+Green+Blue) = 49+45+117=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #312D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D75 is #CED28A. Grayscale: #363636. Windows color (decimal): -13554315 or 7679281. OLE color: 7679281.

HSL color Cylindrical-coordinate representation of color #312D75: hue angle of 243.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312D75 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 45 117 -
CMYK 0.58 0.62 0 0.54
HSL 243.33º 0.44% 0.32% -
HSV(B) 243.33º 0.62% 0.46% -
XYZ 5.42 3.81 17.28 -
YUV 54.4 163.33 124.15 -
System Red Green Blue C M Y K H S L
Decimal 49 45 117 0.58 0.62 0 0.54 243.33 0.44 0.32
Hex 31 2D 75 3A 3E 0 36 F3 2C 20
Octal 61 55 165 72 76 0 66 363 54 40
Binary 110001 101101 1110101 111010 111110 0 110110 11110011 101100 100000

Color Harmonies of #312D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312D75

Black with #312D75

Text Example


Text Example

White with #312D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312D75; }

 p { color: rgb(49,45,117); }

 H1.HeaderClassName
 {
   color: #312D75;
 }
 .AnyTagClassName
 {
   color: #312D75;
 }
</style>

background-color css

<style>
 a { background-color: #312D75; }

 a { background-color: rgb(49,45,117); }

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

border-color css

<style>
 span { border-color: #312D75; }

 span { border-color: rgb(49,45,117); }

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