Html Css Color HEX #3C5557 Oracle

📋 copy color: '#3C5557'

red 60 ◦ green 85 ◦ blue 87

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

Shades of Oracle #3C5557

Tints of Oracle #3C5557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

 BLUE value IS 87 (34.38% from 255) = 37.5%

R = 25.86%
G = 36.64%
B = 37.5%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3C5557 (or 0x3C5557) is known color: Oracle. HEX triplet: 3C, 55 and 57. RGB value is (60,85,87). Sum of RGB (Red+Green+Blue) = 60+85+87=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C5557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5557 is #C3AAA8. Grayscale: #4D4D4D. Windows color (decimal): -12823209 or 5723452. OLE color: 5723452.

HSL color Cylindrical-coordinate representation of color #3C5557: hue angle of 184.44º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C5557 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 85 87 -
CMYK 0.31 0.02 0 0.66
HSL 184.44º 0.18% 0.29% -
HSV(B) 184.44º 0.31% 0.34% -
XYZ 6.83 8.15 10.23 -
YUV 77.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 60 85 87 0.31 0.02 0 0.66 184.44 0.18 0.29
Hex 3C 55 57 1F 2 0 42 B8 12 1D
Octal 74 125 127 37 2 0 102 270 22 35
Binary 111100 1010101 1010111 11111 10 0 1000010 10111000 10010 11101

Color Harmonies of #3C5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5557

Black with #3C5557

Text Example


Text Example

White with #3C5557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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