Html Css Color HEX #35465C Rhino

📋 copy color: '#35465C'

red 53 ◦ green 70 ◦ blue 92

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

Shades of Rhino #35465C

Tints of Rhino #35465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.79%

R = 24.65%
G = 32.56%
B = 42.79%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35465C (or 0x35465C) is known color: Rhino. HEX triplet: 35, 46 and 5C. RGB value is (53,70,92). Sum of RGB (Red+Green+Blue) = 53+70+92=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #35465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35465C is #CAB9A3. Grayscale: #434343. Windows color (decimal): -13285796 or 6047285. OLE color: 6047285.

HSL color Cylindrical-coordinate representation of color #35465C: hue angle of 213.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35465C is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 70 92 -
CMYK 0.42 0.24 0 0.64
HSL 213.85º 0.27% 0.28% -
HSV(B) 213.85º 0.42% 0.36% -
XYZ 5.59 5.91 10.97 -
YUV 67.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 53 70 92 0.42 0.24 0 0.64 213.85 0.27 0.28
Hex 35 46 5C 2A 18 0 40 D6 1B 1C
Octal 65 106 134 52 30 0 100 326 33 34
Binary 110101 1000110 1011100 101010 11000 0 1000000 11010110 11011 11100

Color Harmonies of #35465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35465C

Black with #35465C

Text Example


Text Example

White with #35465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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