Html Css Color HEX #354453 Rhino

📋 copy color: '#354453'

red 53 ◦ green 68 ◦ blue 83

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

Shades of Rhino #354453

Tints of Rhino #354453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

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

R = 25.98%
G = 33.33%
B = 40.69%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354453 (or 0x354453) is known color: Rhino. HEX triplet: 35, 44 and 53. RGB value is (53,68,83). Sum of RGB (Red+Green+Blue) = 53+68+83=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #354453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354453 is #CABBAC. Grayscale: #414141. Windows color (decimal): -13286317 or 5456949. OLE color: 5456949.

HSL color Cylindrical-coordinate representation of color #354453: hue angle of 210º 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 #354453 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 68 83 -
CMYK 0.36 0.18 0 0.67
HSL 210º 0.22% 0.27% -
HSV(B) 210º 0.36% 0.33% -
XYZ 5.1 5.52 8.98 -
YUV 65.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 53 68 83 0.36 0.18 0 0.67 210 0.22 0.27
Hex 35 44 53 24 12 0 43 D2 16 1B
Octal 65 104 123 44 22 0 103 322 26 33
Binary 110101 1000100 1010011 100100 10010 0 1000011 11010010 10110 11011

Color Harmonies of #354453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354453

Black with #354453

Text Example


Text Example

White with #354453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354453; }

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

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

background-color css

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

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

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

border-color css

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

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

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