Html Css Color HEX #31335E Deep Koamaru

📋 copy color: '#31335E'

red 49 ◦ green 51 ◦ blue 94

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

Shades of Deep Koamaru #31335E

Tints of Deep Koamaru #31335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.29%

 BLUE value IS 94 (37.11% from 255) = 48.45%

R = 25.26%
G = 26.29%
B = 48.45%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31335E (or 0x31335E) is known color: Deep Koamaru. HEX triplet: 31, 33 and 5E. RGB value is (49,51,94). Sum of RGB (Red+Green+Blue) = 49+51+94=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #31335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31335E is #CECCA1. Grayscale: #373737. Windows color (decimal): -13552802 or 6173489. OLE color: 6173489.

HSL color Cylindrical-coordinate representation of color #31335E: hue angle of 237.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31335E is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 51 94 -
CMYK 0.48 0.46 0 0.63
HSL 237.33º 0.31% 0.28% -
HSV(B) 237.33º 0.48% 0.37% -
XYZ 4.47 3.83 11.09 -
YUV 55.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 49 51 94 0.48 0.46 0 0.63 237.33 0.31 0.28
Hex 31 33 5E 30 2E 0 3F ED 1F 1C
Octal 61 63 136 60 56 0 77 355 37 34
Binary 110001 110011 1011110 110000 101110 0 111111 11101101 11111 11100

Color Harmonies of #31335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31335E

Black with #31335E

Text Example


Text Example

White with #31335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31335E; }

 p { color: rgb(49,51,94); }

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

background-color css

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

 a { background-color: rgb(49,51,94); }

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

border-color css

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

 span { border-color: rgb(49,51,94); }

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