Html Css Color HEX #3C5857 Oracle

📋 copy color: '#3C5857'

red 60 ◦ green 88 ◦ blue 87

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

Shades of Oracle #3C5857

Tints of Oracle #3C5857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

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

R = 25.53%
G = 37.45%
B = 37.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#3C5857 (or 0x3C5857) is known color: Oracle. HEX triplet: 3C, 58 and 57. RGB value is (60,88,87). Sum of RGB (Red+Green+Blue) = 60+88+87=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5857 is #C3A7A8. Grayscale: #4F4F4F. Windows color (decimal): -12822441 or 5724220. OLE color: 5724220.

HSL color Cylindrical-coordinate representation of color #3C5857: hue angle of 177.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C5857 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 87 -
CMYK 0.32 0 0.01 0.65
HSL 177.86º 0.19% 0.29% -
HSV(B) 177.86º 0.32% 0.35% -
XYZ 7.07 8.63 10.31 -
YUV 79.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 60 88 87 0.32 0 0.01 0.65 177.86 0.19 0.29
Hex 3C 58 57 20 0 1 41 B2 13 1D
Octal 74 130 127 40 0 1 101 262 23 35
Binary 111100 1011000 1010111 100000 0 1 1000001 10110010 10011 11101

Color Harmonies of #3C5857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5857

Black with #3C5857

Text Example


Text Example

White with #3C5857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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