Html Css Color HEX #313262 Deep Koamaru

📋 copy color: '#313262'

red 49 ◦ green 50 ◦ blue 98

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

Shades of Deep Koamaru #313262

Tints of Deep Koamaru #313262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 24.87%
G = 25.38%
B = 49.75%

CMYK

 C value IS 0.5

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313262 (or 0x313262) is known color: Deep Koamaru. HEX triplet: 31, 32 and 62. RGB value is (49,50,98). Sum of RGB (Red+Green+Blue) = 49+50+98=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #313262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313262 is #CECD9D. Grayscale: #363636. Windows color (decimal): -13553054 or 6435377. OLE color: 6435377.

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

Color convert

RGB 49 50 98 -
CMYK 0.5 0.49 0 0.62
HSL 238.78º 0.33% 0.29% -
HSV(B) 238.78º 0.5% 0.38% -
XYZ 4.61 3.82 12.05 -
YUV 55.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 49 50 98 0.5 0.49 0 0.62 238.78 0.33 0.29
Hex 31 32 62 32 31 0 3E EF 21 1D
Octal 61 62 142 62 61 0 76 357 41 35
Binary 110001 110010 1100010 110010 110001 0 111110 11101111 100001 11101

Color Harmonies of #313262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313262

Black with #313262

Text Example


Text Example

White with #313262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313262; }

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

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

background-color css

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

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

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

border-color css

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

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

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