Html Css Color HEX #354359 Rhino

📋 copy color: '#354359'

red 53 ◦ green 67 ◦ blue 89

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

Shades of Rhino #354359

Tints of Rhino #354359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

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

R = 25.36%
G = 32.06%
B = 42.58%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354359 (or 0x354359) is known color: Rhino. HEX triplet: 35, 43 and 59. RGB value is (53,67,89). Sum of RGB (Red+Green+Blue) = 53+67+89=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 67 (26.56% from 255 or 32.06% 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 #354359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354359 is #CABCA6. Grayscale: #414141. Windows color (decimal): -13286567 or 5849909. OLE color: 5849909.

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

Color convert

RGB 53 67 89 -
CMYK 0.40 0.25 0 0.65
HSL 216.67º 0.25% 0.28% -
HSV(B) 216.67º 0.4% 0.35% -
XYZ 5.28 5.49 10.23 -
YUV 65.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 53 67 89 0.40 0.25 0 0.65 216.67 0.25 0.28
Hex 35 43 59 28 19 0 41 D9 19 1C
Octal 65 103 131 50 31 0 101 331 31 34
Binary 110101 1000011 1011001 101000 11001 0 1000001 11011001 11001 11100

Color Harmonies of #354359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354359

Black with #354359

Text Example


Text Example

White with #354359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354359; }

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

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

background-color css

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

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

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

border-color css

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

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

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