Html Css Color HEX #354555 Rhino

📋 copy color: '#354555'

red 53 ◦ green 69 ◦ blue 85

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

Shades of Rhino #354555

Tints of Rhino #354555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

 BLUE value IS 85 (33.59% from 255) = 41.06%

R = 25.6%
G = 33.33%
B = 41.06%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354555 (or 0x354555) is known color: Rhino. HEX triplet: 35, 45 and 55. RGB value is (53,69,85). Sum of RGB (Red+Green+Blue) = 53+69+85=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #354555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354555 is #CABAAA. Grayscale: #414141. Windows color (decimal): -13286059 or 5588277. OLE color: 5588277.

HSL color Cylindrical-coordinate representation of color #354555: hue angle of 210º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354555 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 69 85 -
CMYK 0.38 0.19 0 0.67
HSL 210º 0.23% 0.27% -
HSV(B) 210º 0.38% 0.33% -
XYZ 5.24 5.67 9.41 -
YUV 66.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 53 69 85 0.38 0.19 0 0.67 210 0.23 0.27
Hex 35 45 55 26 13 0 43 D2 17 1B
Octal 65 105 125 46 23 0 103 322 27 33
Binary 110101 1000101 1010101 100110 10011 0 1000011 11010010 10111 11011

Color Harmonies of #354555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354555

Black with #354555

Text Example


Text Example

White with #354555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354555; }

 p { color: rgb(53,69,85); }

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

background-color css

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

 a { background-color: rgb(53,69,85); }

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

border-color css

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

 span { border-color: rgb(53,69,85); }

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