Html Css Color HEX #35445A Rhino

📋 copy color: '#35445A'

red 53 ◦ green 68 ◦ blue 90

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

Shades of Rhino #35445A

Tints of Rhino #35445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 25.12%
G = 32.23%
B = 42.65%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35445A (or 0x35445A) is known color: Rhino. HEX triplet: 35, 44 and 5A. RGB value is (53,68,90). Sum of RGB (Red+Green+Blue) = 53+68+90=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #35445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35445A is #CABBA5. Grayscale: #414141. Windows color (decimal): -13286310 or 5915701. OLE color: 5915701.

HSL color Cylindrical-coordinate representation of color #35445A: hue angle of 215.68º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35445A is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 68 90 -
CMYK 0.41 0.24 0 0.65
HSL 215.68º 0.26% 0.28% -
HSV(B) 215.68º 0.41% 0.35% -
XYZ 5.38 5.63 10.48 -
YUV 66.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 53 68 90 0.41 0.24 0 0.65 215.68 0.26 0.28
Hex 35 44 5A 29 18 0 41 D8 1A 1C
Octal 65 104 132 51 30 0 101 330 32 34
Binary 110101 1000100 1011010 101001 11000 0 1000001 11011000 11010 11100

Color Harmonies of #35445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35445A

Black with #35445A

Text Example


Text Example

White with #35445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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