Html Css Color HEX #354459 Rhino

📋 copy color: '#354459'

red 53 ◦ green 68 ◦ blue 89

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

Shades of Rhino #354459

Tints of Rhino #354459

RGB

 RED value IS 53 (21.09% from 255) = 25.24%

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

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

R = 25.24%
G = 32.38%
B = 42.38%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354459 (or 0x354459) is known color: Rhino. HEX triplet: 35, 44 and 59. RGB value is (53,68,89). Sum of RGB (Red+Green+Blue) = 53+68+89=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #354459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354459 is #CABBA6. Grayscale: #414141. Windows color (decimal): -13286311 or 5850165. OLE color: 5850165.

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

Color convert

RGB 53 68 89 -
CMYK 0.40 0.24 0 0.65
HSL 215º 0.25% 0.28% -
HSV(B) 215º 0.4% 0.35% -
XYZ 5.34 5.61 10.25 -
YUV 65.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 53 68 89 0.40 0.24 0 0.65 215 0.25 0.28
Hex 35 44 59 28 18 0 41 D7 19 1C
Octal 65 104 131 50 30 0 101 327 31 34
Binary 110101 1000100 1011001 101000 11000 0 1000001 11010111 11001 11100

Color Harmonies of #354459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354459

Black with #354459

Text Example


Text Example

White with #354459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354459; }

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

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

background-color css

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

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

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

border-color css

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

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

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