#344458

Color #344458 Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #344458

Tints of Rhino #344458

Color information

#344458 (or 0x344458) is unknown color: approx Rhino. HEX triplet: 34, 44 and 58. RGB value is (52,68,88). Sum of RGB (Red+Green+Blue) = 52+68+88=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #344458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344458 is #CBBBA7. Grayscale: #414141. Windows color (decimal): -13351848 or 5784628. OLE color: 5784628.

HSL color Cylindrical-coordinate representation of color #344458: hue angle of 213.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344458 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526888-
CMYK0.410.2300.65
HSL213.33º25.71%27.45%-
HSV(B)213.33º40.91%34.51%-
XYZ5.245.5710.03-
YUV65.5140.7118.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=25%
G=32.69%
B=42.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5268880.410.2300.65213.3325.7127.45
Hex3444582917041d51a1b
Octal64104130512701013253233
Binary110100100010010110001010011011101000001110101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344458; }

 p { color: rgb(52,68,88); }

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

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

 a { background-color: rgb(52,68,88); }

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

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

 span { border-color: rgb(52,68,88); }

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