#31345F

Color #31345F Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #31345F

Tints of Deep Koamaru #31345F

Color information

#31345F (or 0x31345F) is unknown color: approx Deep Koamaru. HEX triplet: 31, 34 and 5F. RGB value is (49,52,95). Sum of RGB (Red+Green+Blue) = 49+52+95=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #31345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31345F is #CECBA0. Grayscale: #373737. Windows color (decimal): -13552545 or 6239281. OLE color: 6239281.

HSL color Cylindrical-coordinate representation of color #31345F: hue angle of 236.09º degrees, saturation: 0.32, 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 #31345F is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB495295-
CMYK0.480.4500.63
HSL236.09º31.94%28.24%-
HSV(B)236.09º48.42%37.25%-
XYZ4.563.9411.35-
YUV56150.01123-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=25%
G=26.53%
B=48.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4952950.480.4500.63236.0931.9428.24
Hex31345F302D03Fec201c
Octal616413760550773544034
Binary110001110100101111111000010110101111111110110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31345F; }

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

 H1.HeaderClassName
 {
   color: #31345F;
 }
 .AnyTagClassName
 {
   color: #31345F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31345F;
 }
 .BgClassName
 {
   background-color: #31345F;
 }
</style>
border-color css

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

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

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