Html Css Color HEX #354658 Rhino

📋 copy color: '#354658'

red 53 ◦ green 70 ◦ blue 88

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

Shades of Rhino #354658

Tints of Rhino #354658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 25.12%
G = 33.18%
B = 41.71%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354658 (or 0x354658) is known color: Rhino. HEX triplet: 35, 46 and 58. RGB value is (53,70,88). Sum of RGB (Red+Green+Blue) = 53+70+88=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #354658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354658 is #CAB9A7. Grayscale: #424242. Windows color (decimal): -13285800 or 5785141. OLE color: 5785141.

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

Color convert

RGB 53 70 88 -
CMYK 0.40 0.20 0 0.65
HSL 210.86º 0.25% 0.28% -
HSV(B) 210.86º 0.4% 0.35% -
XYZ 5.42 5.84 10.07 -
YUV 66.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 53 70 88 0.40 0.20 0 0.65 210.86 0.25 0.28
Hex 35 46 58 28 14 0 41 D3 19 1C
Octal 65 106 130 50 24 0 101 323 31 34
Binary 110101 1000110 1011000 101000 10100 0 1000001 11010011 11001 11100

Color Harmonies of #354658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354658

Black with #354658

Text Example


Text Example

White with #354658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354658; }

 p { color: rgb(53,70,88); }

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

background-color css

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

 a { background-color: rgb(53,70,88); }

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

border-color css

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

 span { border-color: rgb(53,70,88); }

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