Html Css Color HEX #344459 Rhino

📋 copy color: '#344459'

red 52 ◦ green 68 ◦ blue 89

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

Shades of Rhino #344459

Tints of Rhino #344459

RGB

 RED value IS 52 (20.7% from 255) = 24.88%

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 24.88%
G = 32.54%
B = 42.58%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#344459 (or 0x344459) is known color: Rhino. HEX triplet: 34, 44 and 59. RGB value is (52,68,89). Sum of RGB (Red+Green+Blue) = 52+68+89=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #344459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344459 is #CBBBA6. Grayscale: #414141. Windows color (decimal): -13351847 or 5850164. OLE color: 5850164.

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

Color convert

RGB 52 68 89 -
CMYK 0.42 0.24 0 0.65
HSL 214.05º 0.26% 0.28% -
HSV(B) 214.05º 0.42% 0.35% -
XYZ 5.29 5.59 10.25 -
YUV 65.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 52 68 89 0.42 0.24 0 0.65 214.05 0.26 0.28
Hex 34 44 59 2A 18 0 41 D6 1A 1C
Octal 64 104 131 52 30 0 101 326 32 34
Binary 110100 1000100 1011001 101010 11000 0 1000001 11010110 11010 11100

Color Harmonies of #344459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344459

Black with #344459

Text Example


Text Example

White with #344459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344459; }

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

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

background-color css

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

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

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

border-color css

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

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

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