Html Css Color HEX #313469 Deep Koamaru

📋 copy color: '#313469'

red 49 ◦ green 52 ◦ blue 105

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

Shades of Deep Koamaru #313469

Tints of Deep Koamaru #313469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 23.79%
G = 25.24%
B = 50.97%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#313469 (or 0x313469) is known color: Deep Koamaru. HEX triplet: 31, 34 and 69. RGB value is (49,52,105). Sum of RGB (Red+Green+Blue) = 49+52+105=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #313469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313469 is #CECB96. Grayscale: #383838. Windows color (decimal): -13552535 or 6894641. OLE color: 6894641.

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

Color convert

RGB 49 52 105 -
CMYK 0.53 0.50 0 0.59
HSL 236.79º 0.36% 0.3% -
HSV(B) 236.79º 0.53% 0.41% -
XYZ 5.04 4.13 13.9 -
YUV 57.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 49 52 105 0.53 0.50 0 0.59 236.79 0.36 0.3
Hex 31 34 69 35 32 0 3B ED 24 1E
Octal 61 64 151 65 62 0 73 355 44 36
Binary 110001 110100 1101001 110101 110010 0 111011 11101101 100100 11110

Color Harmonies of #313469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313469

Black with #313469

Text Example


Text Example

White with #313469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313469; }

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

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

background-color css

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

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

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

border-color css

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

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

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