Html Css Color HEX #354252 Rhino

📋 copy color: '#354252'

red 53 ◦ green 66 ◦ blue 82

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

Shades of Rhino #354252

Tints of Rhino #354252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

 BLUE value IS 82 (32.42% from 255) = 40.8%

R = 26.37%
G = 32.84%
B = 40.8%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354252 (or 0x354252) is known color: Rhino. HEX triplet: 35, 42 and 52. RGB value is (53,66,82). Sum of RGB (Red+Green+Blue) = 53+66+82=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #354252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354252 is #CABDAD. Grayscale: #3F3F3F. Windows color (decimal): -13286830 or 5390901. OLE color: 5390901.

HSL color Cylindrical-coordinate representation of color #354252: hue angle of 213.1º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #354252 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 66 82 -
CMYK 0.35 0.20 0 0.68
HSL 213.1º 0.21% 0.26% -
HSV(B) 213.1º 0.35% 0.32% -
XYZ 4.94 5.26 8.74 -
YUV 63.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 53 66 82 0.35 0.20 0 0.68 213.1 0.21 0.26
Hex 35 42 52 23 14 0 44 D5 15 1A
Octal 65 102 122 43 24 0 104 325 25 32
Binary 110101 1000010 1010010 100011 10100 0 1000100 11010101 10101 11010

Color Harmonies of #354252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354252

Black with #354252

Text Example


Text Example

White with #354252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354252; }

 p { color: rgb(53,66,82); }

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

background-color css

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

 a { background-color: rgb(53,66,82); }

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

border-color css

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

 span { border-color: rgb(53,66,82); }

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