Html Css Color HEX #3C485C Rhino

📋 copy color: '#3C485C'

red 60 ◦ green 72 ◦ blue 92

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

Shades of Rhino #3C485C

Tints of Rhino #3C485C

RGB

 RED value IS 60 (23.83% from 255) = 26.79%

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 92 (36.33% from 255) = 41.07%

R = 26.79%
G = 32.14%
B = 41.07%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C485C (or 0x3C485C) is known color: Rhino. HEX triplet: 3C, 48 and 5C. RGB value is (60,72,92). Sum of RGB (Red+Green+Blue) = 60+72+92=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C485C is #C3B7A3. Grayscale: #464646. Windows color (decimal): -12826532 or 6047804. OLE color: 6047804.

HSL color Cylindrical-coordinate representation of color #3C485C: hue angle of 217.5º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C485C is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 72 92 -
CMYK 0.35 0.22 0 0.64
HSL 217.5º 0.21% 0.3% -
HSV(B) 217.5º 0.35% 0.36% -
XYZ 6.11 6.37 11.03 -
YUV 70.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 60 72 92 0.35 0.22 0 0.64 217.5 0.21 0.3
Hex 3C 48 5C 23 16 0 40 DA 15 1E
Octal 74 110 134 43 26 0 100 332 25 36
Binary 111100 1001000 1011100 100011 10110 0 1000000 11011010 10101 11110

Color Harmonies of #3C485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C485C

Black with #3C485C

Text Example


Text Example

White with #3C485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C485C; }

 p { color: rgb(60,72,92); }

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

background-color css

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

 a { background-color: rgb(60,72,92); }

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

border-color css

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

 span { border-color: rgb(60,72,92); }

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