Html Css Color HEX #313272 Deep Koamaru

📋 copy color: '#313272'

red 49 ◦ green 50 ◦ blue 114

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

Shades of Deep Koamaru #313272

Tints of Deep Koamaru #313272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 23%
G = 23.47%
B = 53.52%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313272 (or 0x313272) is known color: Deep Koamaru. HEX triplet: 31, 32 and 72. RGB value is (49,50,114). Sum of RGB (Red+Green+Blue) = 49+50+114=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #313272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313272 is #CECD8D. Grayscale: #383838. Windows color (decimal): -13553038 or 7483953. OLE color: 7483953.

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

Color convert

RGB 49 50 114 -
CMYK 0.57 0.56 0 0.55
HSL 239.08º 0.4% 0.32% -
HSV(B) 239.08º 0.57% 0.45% -
XYZ 5.44 4.15 16.43 -
YUV 57 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 49 50 114 0.57 0.56 0 0.55 239.08 0.4 0.32
Hex 31 32 72 39 38 0 37 EF 28 20
Octal 61 62 162 71 70 0 67 357 50 40
Binary 110001 110010 1110010 111001 111000 0 110111 11101111 101000 100000

Color Harmonies of #313272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313272

Black with #313272

Text Example


Text Example

White with #313272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313272; }

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

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

background-color css

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

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

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

border-color css

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

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

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