Html Css Color HEX #354251 Rhino

📋 copy color: '#354251'

red 53 ◦ green 66 ◦ blue 81

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

Shades of Rhino #354251

Tints of Rhino #354251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 26.5%
G = 33%
B = 40.5%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354251 (or 0x354251) is known color: Rhino. HEX triplet: 35, 42 and 51. RGB value is (53,66,81). Sum of RGB (Red+Green+Blue) = 53+66+81=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #354251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354251 is #CABDAE. Grayscale: #3F3F3F. Windows color (decimal): -13286831 or 5325365. OLE color: 5325365.

HSL color Cylindrical-coordinate representation of color #354251: hue angle of 212.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #354251 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 66 81 -
CMYK 0.35 0.19 0 0.68
HSL 212.14º 0.21% 0.26% -
HSV(B) 212.14º 0.35% 0.32% -
XYZ 4.9 5.25 8.54 -
YUV 63.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 53 66 81 0.35 0.19 0 0.68 212.14 0.21 0.26
Hex 35 42 51 23 13 0 44 D4 15 1A
Octal 65 102 121 43 23 0 104 324 25 32
Binary 110101 1000010 1010001 100011 10011 0 1000100 11010100 10101 11010

Color Harmonies of #354251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354251

Black with #354251

Text Example


Text Example

White with #354251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354251; }

 p { color: rgb(53,66,81); }

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

background-color css

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

 a { background-color: rgb(53,66,81); }

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

border-color css

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

 span { border-color: rgb(53,66,81); }

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