Html Css Color HEX #344557 Rhino

📋 copy color: '#344557'

red 52 ◦ green 69 ◦ blue 87

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

Shades of Rhino #344557

Tints of Rhino #344557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

 BLUE value IS 87 (34.38% from 255) = 41.83%

R = 25%
G = 33.17%
B = 41.83%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#344557 (or 0x344557) is known color: Rhino. HEX triplet: 34, 45 and 57. RGB value is (52,69,87). Sum of RGB (Red+Green+Blue) = 52+69+87=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #344557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344557 is #CBBAA8. Grayscale: #414141. Windows color (decimal): -13351593 or 5719348. OLE color: 5719348.

HSL color Cylindrical-coordinate representation of color #344557: hue angle of 210.86º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344557 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 69 87 -
CMYK 0.40 0.21 0 0.66
HSL 210.86º 0.25% 0.27% -
HSV(B) 210.86º 0.4% 0.34% -
XYZ 5.26 5.67 9.83 -
YUV 65.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 52 69 87 0.40 0.21 0 0.66 210.86 0.25 0.27
Hex 34 45 57 28 15 0 42 D3 19 1B
Octal 64 105 127 50 25 0 102 323 31 33
Binary 110100 1000101 1010111 101000 10101 0 1000010 11010011 11001 11011

Color Harmonies of #344557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344557

Black with #344557

Text Example


Text Example

White with #344557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344557; }

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

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

background-color css

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

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

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

border-color css

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

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

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