#344558

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

Shades of Rhino #344558

Tints of Rhino #344558

Color information

#344558 (or 0x344558) is unknown color: approx Rhino. HEX triplet: 34, 45 and 58. RGB value is (52,69,88). Sum of RGB (Red+Green+Blue) = 52+69+88=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #344558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344558 is #CBBAA7. Grayscale: #414141. Windows color (decimal): -13351592 or 5784884. OLE color: 5784884.

HSL color Cylindrical-coordinate representation of color #344558: hue angle of 211.67º 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 #344558 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526988-
CMYK0.410.2200.65
HSL211.67º25.71%27.45%-
HSV(B)211.67º40.91%34.51%-
XYZ5.315.6910.05-
YUV66.08140.37117.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=24.88%
G=33.01%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5269880.410.2200.65211.6725.7127.45
Hex3445582916041d41a1b
Octal64105130512601013243233
Binary110100100010110110001010011011001000001110101001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344558; }

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

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

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

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

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

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

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

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