Html Css Color HEX #354456 Rhino

📋 copy color: '#354456'

red 53 ◦ green 68 ◦ blue 86

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

Shades of Rhino #354456

Tints of Rhino #354456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 25.6%
G = 32.85%
B = 41.55%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354456 (or 0x354456) is known color: Rhino. HEX triplet: 35, 44 and 56. RGB value is (53,68,86). Sum of RGB (Red+Green+Blue) = 53+68+86=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #354456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354456 is #CABBA9. Grayscale: #414141. Windows color (decimal): -13286314 or 5653557. OLE color: 5653557.

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

Color convert

RGB 53 68 86 -
CMYK 0.38 0.21 0 0.66
HSL 212.73º 0.24% 0.27% -
HSV(B) 212.73º 0.38% 0.34% -
XYZ 5.22 5.56 9.6 -
YUV 65.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 53 68 86 0.38 0.21 0 0.66 212.73 0.24 0.27
Hex 35 44 56 26 15 0 42 D5 18 1B
Octal 65 104 126 46 25 0 102 325 30 33
Binary 110101 1000100 1010110 100110 10101 0 1000010 11010101 11000 11011

Color Harmonies of #354456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354456

Black with #354456

Text Example


Text Example

White with #354456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354456; }

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

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

background-color css

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

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

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

border-color css

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

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

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