Html Css Color HEX #354353 Rhino

📋 copy color: '#354353'

red 53 ◦ green 67 ◦ blue 83

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

Shades of Rhino #354353

Tints of Rhino #354353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

 BLUE value IS 83 (32.81% from 255) = 40.89%

R = 26.11%
G = 33%
B = 40.89%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354353 (or 0x354353) is known color: Rhino. HEX triplet: 35, 43 and 53. RGB value is (53,67,83). Sum of RGB (Red+Green+Blue) = 53+67+83=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #354353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354353 is #CABCAC. Grayscale: #404040. Windows color (decimal): -13286573 or 5456693. OLE color: 5456693.

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

Color convert

RGB 53 67 83 -
CMYK 0.36 0.19 0 0.67
HSL 212º 0.22% 0.27% -
HSV(B) 212º 0.36% 0.33% -
XYZ 5.04 5.4 8.96 -
YUV 64.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 53 67 83 0.36 0.19 0 0.67 212 0.22 0.27
Hex 35 43 53 24 13 0 43 D4 16 1B
Octal 65 103 123 44 23 0 103 324 26 33
Binary 110101 1000011 1010011 100100 10011 0 1000011 11010100 10110 11011

Color Harmonies of #354353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354353

Black with #354353

Text Example


Text Example

White with #354353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354353; }

 p { color: rgb(53,67,83); }

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

background-color css

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

 a { background-color: rgb(53,67,83); }

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

border-color css

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

 span { border-color: rgb(53,67,83); }

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