Html Css Color HEX #313472 Deep Koamaru

📋 copy color: '#313472'

red 49 ◦ green 52 ◦ blue 114

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

Shades of Deep Koamaru #313472

Tints of Deep Koamaru #313472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 22.79%
G = 24.19%
B = 53.02%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313472 (or 0x313472) is known color: Deep Koamaru. HEX triplet: 31, 34 and 72. RGB value is (49,52,114). Sum of RGB (Red+Green+Blue) = 49+52+114=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #313472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313472 is #CECB8D. Grayscale: #393939. Windows color (decimal): -13552526 or 7484465. OLE color: 7484465.

HSL color Cylindrical-coordinate representation of color #313472: hue angle of 237.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313472 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 52 114 -
CMYK 0.57 0.54 0 0.55
HSL 237.23º 0.4% 0.32% -
HSV(B) 237.23º 0.57% 0.45% -
XYZ 5.53 4.32 16.46 -
YUV 58.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 49 52 114 0.57 0.54 0 0.55 237.23 0.4 0.32
Hex 31 34 72 39 36 0 37 ED 28 20
Octal 61 64 162 71 66 0 67 355 50 40
Binary 110001 110100 1110010 111001 110110 0 110111 11101101 101000 100000

Color Harmonies of #313472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313472

Black with #313472

Text Example


Text Example

White with #313472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313472; }

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

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

background-color css

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

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

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

border-color css

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

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

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