Html Css Color HEX #313465 Deep Koamaru

📋 copy color: '#313465'

red 49 ◦ green 52 ◦ blue 101

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

Shades of Deep Koamaru #313465

Tints of Deep Koamaru #313465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50%

R = 24.26%
G = 25.74%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#313465 (or 0x313465) is known color: Deep Koamaru. HEX triplet: 31, 34 and 65. RGB value is (49,52,101). Sum of RGB (Red+Green+Blue) = 49+52+101=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #313465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313465 is #CECB9A. Grayscale: #383838. Windows color (decimal): -13552539 or 6632497. OLE color: 6632497.

HSL color Cylindrical-coordinate representation of color #313465: hue angle of 236.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313465 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 52 101 -
CMYK 0.51 0.49 0 0.60
HSL 236.54º 0.35% 0.29% -
HSV(B) 236.54º 0.51% 0.4% -
XYZ 4.84 4.05 12.84 -
YUV 56.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 49 52 101 0.51 0.49 0 0.60 236.54 0.35 0.29
Hex 31 34 65 33 31 0 3C ED 23 1D
Octal 61 64 145 63 61 0 74 355 43 35
Binary 110001 110100 1100101 110011 110001 0 111100 11101101 100011 11101

Color Harmonies of #313465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313465

Black with #313465

Text Example


Text Example

White with #313465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313465; }

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

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

background-color css

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

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

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

border-color css

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

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

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