Html Css Color HEX #3C4655 Rhino

📋 copy color: '#3C4655'

red 60 ◦ green 70 ◦ blue 85

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

Shades of Rhino #3C4655

Tints of Rhino #3C4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 27.91%
G = 32.56%
B = 39.53%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C4655 (or 0x3C4655) is known color: Rhino. HEX triplet: 3C, 46 and 55. RGB value is (60,70,85). Sum of RGB (Red+Green+Blue) = 60+70+85=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C4655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4655 is #C3B9AA. Grayscale: #444444. Windows color (decimal): -12827051 or 5588540. OLE color: 5588540.

HSL color Cylindrical-coordinate representation of color #3C4655: hue angle of 216º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C4655 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 70 85 -
CMYK 0.29 0.18 0 0.67
HSL 216º 0.17% 0.28% -
HSV(B) 216º 0.29% 0.33% -
XYZ 5.69 6 9.45 -
YUV 68.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 60 70 85 0.29 0.18 0 0.67 216 0.17 0.28
Hex 3C 46 55 1D 12 0 43 D8 11 1C
Octal 74 106 125 35 22 0 103 330 21 34
Binary 111100 1000110 1010101 11101 10010 0 1000011 11011000 10001 11100

Color Harmonies of #3C4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4655

Black with #3C4655

Text Example


Text Example

White with #3C4655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,70,85); }

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

background-color css

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

 a { background-color: rgb(60,70,85); }

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

border-color css

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

 span { border-color: rgb(60,70,85); }

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