Html Css Color HEX #354558 Rhino

📋 copy color: '#354558'

red 53 ◦ green 69 ◦ blue 88

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

Shades of Rhino #354558

Tints of Rhino #354558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 25.24%
G = 32.86%
B = 41.9%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354558 (or 0x354558) is known color: Rhino. HEX triplet: 35, 45 and 58. RGB value is (53,69,88). Sum of RGB (Red+Green+Blue) = 53+69+88=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #354558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354558 is #CABAA7. Grayscale: #424242. Windows color (decimal): -13286056 or 5784885. OLE color: 5784885.

HSL color Cylindrical-coordinate representation of color #354558: hue angle of 212.57º 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 #354558 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 69 88 -
CMYK 0.40 0.22 0 0.65
HSL 212.57º 0.25% 0.28% -
HSV(B) 212.57º 0.4% 0.35% -
XYZ 5.36 5.72 10.05 -
YUV 66.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 53 69 88 0.40 0.22 0 0.65 212.57 0.25 0.28
Hex 35 45 58 28 16 0 41 D5 19 1C
Octal 65 105 130 50 26 0 101 325 31 34
Binary 110101 1000101 1011000 101000 10110 0 1000001 11010101 11001 11100

Color Harmonies of #354558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354558

Black with #354558

Text Example


Text Example

White with #354558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354558; }

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

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

background-color css

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

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

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

border-color css

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

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

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