Html Css Color HEX #354458 Rhino

📋 copy color: '#354458'

red 53 ◦ green 68 ◦ blue 88

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

Shades of Rhino #354458

Tints of Rhino #354458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 25.36%
G = 32.54%
B = 42.11%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354458 (or 0x354458) is known color: Rhino. HEX triplet: 35, 44 and 58. RGB value is (53,68,88). Sum of RGB (Red+Green+Blue) = 53+68+88=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #354458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354458 is #CABBA7. Grayscale: #414141. Windows color (decimal): -13286312 or 5784629. OLE color: 5784629.

HSL color Cylindrical-coordinate representation of color #354458: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354458 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 68 88 -
CMYK 0.40 0.23 0 0.65
HSL 214.29º 0.25% 0.28% -
HSV(B) 214.29º 0.4% 0.35% -
XYZ 5.3 5.6 10.03 -
YUV 65.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 53 68 88 0.40 0.23 0 0.65 214.29 0.25 0.28
Hex 35 44 58 28 17 0 41 D6 19 1C
Octal 65 104 130 50 27 0 101 326 31 34
Binary 110101 1000100 1011000 101000 10111 0 1000001 11010110 11001 11100

Color Harmonies of #354458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354458

Black with #354458

Text Example


Text Example

White with #354458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354458; }

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

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

background-color css

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

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

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

border-color css

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

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

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