Html Css Color HEX #312C68 Deep Koamaru

📋 copy color: '#312C68'

red 49 ◦ green 44 ◦ blue 104

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

Shades of Deep Koamaru #312C68

Tints of Deep Koamaru #312C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

 BLUE value IS 104 (41.02% from 255) = 52.79%

R = 24.87%
G = 22.34%
B = 52.79%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312C68 (or 0x312C68) is known color: Deep Koamaru. HEX triplet: 31, 2C and 68. RGB value is (49,44,104). Sum of RGB (Red+Green+Blue) = 49+44+104=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #312C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C68 is #CED397. Grayscale: #343434. Windows color (decimal): -13554584 or 6827057. OLE color: 6827057.

HSL color Cylindrical-coordinate representation of color #312C68: hue angle of 245º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #312C68 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 44 104 -
CMYK 0.53 0.58 0 0.59
HSL 245º 0.41% 0.29% -
HSV(B) 245º 0.58% 0.41% -
XYZ 4.67 3.45 13.52 -
YUV 52.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 49 44 104 0.53 0.58 0 0.59 245 0.41 0.29
Hex 31 2C 68 35 3A 0 3B F5 29 1D
Octal 61 54 150 65 72 0 73 365 51 35
Binary 110001 101100 1101000 110101 111010 0 111011 11110101 101001 11101

Color Harmonies of #312C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C68

Black with #312C68

Text Example


Text Example

White with #312C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,44,104); }

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

background-color css

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

 a { background-color: rgb(49,44,104); }

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

border-color css

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

 span { border-color: rgb(49,44,104); }

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