Html Css Color HEX #35465B Rhino

📋 copy color: '#35465B'

red 53 ◦ green 70 ◦ blue 91

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

Shades of Rhino #35465B

Tints of Rhino #35465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 24.77%
G = 32.71%
B = 42.52%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35465B (or 0x35465B) is known color: Rhino. HEX triplet: 35, 46 and 5B. RGB value is (53,70,91). Sum of RGB (Red+Green+Blue) = 53+70+91=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #35465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35465B is #CAB9A4. Grayscale: #434343. Windows color (decimal): -13285797 or 5981749. OLE color: 5981749.

HSL color Cylindrical-coordinate representation of color #35465B: hue angle of 213.16º degrees, saturation: 0.26, 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 #35465B is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 70 91 -
CMYK 0.42 0.23 0 0.64
HSL 213.16º 0.26% 0.28% -
HSV(B) 213.16º 0.42% 0.36% -
XYZ 5.55 5.89 10.74 -
YUV 67.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 53 70 91 0.42 0.23 0 0.64 213.16 0.26 0.28
Hex 35 46 5B 2A 17 0 40 D5 1A 1C
Octal 65 106 133 52 27 0 100 325 32 34
Binary 110101 1000110 1011011 101010 10111 0 1000000 11010101 11010 11100

Color Harmonies of #35465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35465B

Black with #35465B

Text Example


Text Example

White with #35465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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