Html Css Color HEX #313462 Deep Koamaru

📋 copy color: '#313462'

red 49 ◦ green 52 ◦ blue 98

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

Shades of Deep Koamaru #313462

Tints of Deep Koamaru #313462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.25%

R = 24.62%
G = 26.13%
B = 49.25%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313462 (or 0x313462) is known color: Deep Koamaru. HEX triplet: 31, 34 and 62. RGB value is (49,52,98). Sum of RGB (Red+Green+Blue) = 49+52+98=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #313462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313462 is #CECB9D. Grayscale: #383838. Windows color (decimal): -13552542 or 6435889. OLE color: 6435889.

HSL color Cylindrical-coordinate representation of color #313462: hue angle of 236.33º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #313462 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 52 98 -
CMYK 0.5 0.47 0 0.62
HSL 236.33º 0.33% 0.29% -
HSV(B) 236.33º 0.5% 0.38% -
XYZ 4.7 3.99 12.08 -
YUV 56.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 49 52 98 0.5 0.47 0 0.62 236.33 0.33 0.29
Hex 31 34 62 32 2F 0 3E EC 21 1D
Octal 61 64 142 62 57 0 76 354 41 35
Binary 110001 110100 1100010 110010 101111 0 111110 11101100 100001 11101

Color Harmonies of #313462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313462

Black with #313462

Text Example


Text Example

White with #313462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313462; }

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

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

background-color css

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

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

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

border-color css

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

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

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