Html Css Color HEX #313662 Deep Koamaru

📋 copy color: '#313662'

red 49 ◦ green 54 ◦ blue 98

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

Shades of Deep Koamaru #313662

Tints of Deep Koamaru #313662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

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

R = 24.38%
G = 26.87%
B = 48.76%

CMYK

 C value IS 0.5

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313662 (or 0x313662) is known color: Deep Koamaru. HEX triplet: 31, 36 and 62. RGB value is (49,54,98). Sum of RGB (Red+Green+Blue) = 49+54+98=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #313662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313662 is #CEC99D. Grayscale: #393939. Windows color (decimal): -13552030 or 6436401. OLE color: 6436401.

HSL color Cylindrical-coordinate representation of color #313662: hue angle of 233.88º 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 #313662 is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 54 98 -
CMYK 0.5 0.45 0 0.62
HSL 233.88º 0.33% 0.29% -
HSV(B) 233.88º 0.5% 0.38% -
XYZ 4.79 4.17 12.11 -
YUV 57.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 49 54 98 0.5 0.45 0 0.62 233.88 0.33 0.29
Hex 31 36 62 32 2D 0 3E EA 21 1D
Octal 61 66 142 62 55 0 76 352 41 35
Binary 110001 110110 1100010 110010 101101 0 111110 11101010 100001 11101

Color Harmonies of #313662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313662

Black with #313662

Text Example


Text Example

White with #313662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313662; }

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

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

background-color css

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

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

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

border-color css

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

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

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