Html Css Color HEX #313460 Deep Koamaru

📋 copy color: '#313460'

red 49 ◦ green 52 ◦ blue 96

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

Shades of Deep Koamaru #313460

Tints of Deep Koamaru #313460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 24.87%
G = 26.4%
B = 48.73%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313460 (or 0x313460) is known color: Deep Koamaru. HEX triplet: 31, 34 and 60. RGB value is (49,52,96). Sum of RGB (Red+Green+Blue) = 49+52+96=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #313460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313460 is #CECB9F. Grayscale: #373737. Windows color (decimal): -13552544 or 6304817. OLE color: 6304817.

HSL color Cylindrical-coordinate representation of color #313460: hue angle of 236.17º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313460 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 52 96 -
CMYK 0.49 0.46 0 0.62
HSL 236.17º 0.32% 0.28% -
HSV(B) 236.17º 0.49% 0.38% -
XYZ 4.61 3.95 11.59 -
YUV 56.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 49 52 96 0.49 0.46 0 0.62 236.17 0.32 0.28
Hex 31 34 60 31 2E 0 3E EC 20 1C
Octal 61 64 140 61 56 0 76 354 40 34
Binary 110001 110100 1100000 110001 101110 0 111110 11101100 100000 11100

Color Harmonies of #313460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313460

Black with #313460

Text Example


Text Example

White with #313460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313460; }

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

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

background-color css

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

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

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

border-color css

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

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

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