Html Css Color HEX #35465D Rhino

📋 copy color: '#35465D'

red 53 ◦ green 70 ◦ blue 93

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

Shades of Rhino #35465D

Tints of Rhino #35465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 24.54%
G = 32.41%
B = 43.06%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35465D (or 0x35465D) is known color: Rhino. HEX triplet: 35, 46 and 5D. RGB value is (53,70,93). Sum of RGB (Red+Green+Blue) = 53+70+93=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #35465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35465D is #CAB9A2. Grayscale: #434343. Windows color (decimal): -13285795 or 6112821. OLE color: 6112821.

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

Color convert

RGB 53 70 93 -
CMYK 0.43 0.25 0 0.64
HSL 214.5º 0.27% 0.29% -
HSV(B) 214.5º 0.43% 0.36% -
XYZ 5.63 5.93 11.2 -
YUV 67.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 53 70 93 0.43 0.25 0 0.64 214.5 0.27 0.29
Hex 35 46 5D 2B 19 0 40 D6 1B 1D
Octal 65 106 135 53 31 0 100 326 33 35
Binary 110101 1000110 1011101 101011 11001 0 1000000 11010110 11011 11101

Color Harmonies of #35465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35465D

Black with #35465D

Text Example


Text Example

White with #35465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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