Html Css Color HEX #344457 Rhino

📋 copy color: '#344457'

red 52 ◦ green 68 ◦ blue 87

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

Shades of Rhino #344457

Tints of Rhino #344457

RGB

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

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

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

R = 25.12%
G = 32.85%
B = 42.03%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#344457 (or 0x344457) is known color: Rhino. HEX triplet: 34, 44 and 57. RGB value is (52,68,87). Sum of RGB (Red+Green+Blue) = 52+68+87=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #344457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344457 is #CBBBA8. Grayscale: #414141. Windows color (decimal): -13351849 or 5719092. OLE color: 5719092.

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

Color convert

RGB 52 68 87 -
CMYK 0.40 0.22 0 0.66
HSL 212.57º 0.25% 0.27% -
HSV(B) 212.57º 0.4% 0.34% -
XYZ 5.2 5.55 9.81 -
YUV 65.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 52 68 87 0.40 0.22 0 0.66 212.57 0.25 0.27
Hex 34 44 57 28 16 0 42 D5 19 1B
Octal 64 104 127 50 26 0 102 325 31 33
Binary 110100 1000100 1010111 101000 10110 0 1000010 11010101 11001 11011

Color Harmonies of #344457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344457

Black with #344457

Text Example


Text Example

White with #344457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344457; }

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

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

background-color css

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

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

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

border-color css

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

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

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