Html Css Color HEX #31355E Deep Koamaru

📋 copy color: '#31355E'

red 49 ◦ green 53 ◦ blue 94

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

Shades of Deep Koamaru #31355E

Tints of Deep Koamaru #31355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

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

R = 25%
G = 27.04%
B = 47.96%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31355E (or 0x31355E) is known color: Deep Koamaru. HEX triplet: 31, 35 and 5E. RGB value is (49,53,94). Sum of RGB (Red+Green+Blue) = 49+53+94=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #31355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31355E is #CECAA1. Grayscale: #383838. Windows color (decimal): -13552290 or 6174001. OLE color: 6174001.

HSL color Cylindrical-coordinate representation of color #31355E: hue angle of 234.67º 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 #31355E is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 53 94 -
CMYK 0.48 0.44 0 0.63
HSL 234.67º 0.31% 0.28% -
HSV(B) 234.67º 0.48% 0.37% -
XYZ 4.56 4.01 11.12 -
YUV 56.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 49 53 94 0.48 0.44 0 0.63 234.67 0.31 0.28
Hex 31 35 5E 30 2C 0 3F EB 1F 1C
Octal 61 65 136 60 54 0 77 353 37 34
Binary 110001 110101 1011110 110000 101100 0 111111 11101011 11111 11100

Color Harmonies of #31355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31355E

Black with #31355E

Text Example


Text Example

White with #31355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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