Html Css Color HEX #3C6560 Oracle

📋 copy color: '#3C6560'

red 60 ◦ green 101 ◦ blue 96

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

Shades of Oracle #3C6560

Tints of Oracle #3C6560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.3%

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 23.35%
G = 39.3%
B = 37.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#3C6560 (or 0x3C6560) is known color: Oracle. HEX triplet: 3C, 65 and 60. RGB value is (60,101,96). Sum of RGB (Red+Green+Blue) = 60+101+96=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 101 - color contains mainly: green. Hex color #3C6560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6560 is #C39A9F. Grayscale: #585858. Windows color (decimal): -12819104 or 6317372. OLE color: 6317372.

HSL color Cylindrical-coordinate representation of color #3C6560: hue angle of 172.68º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C6560 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 60 101 96 -
CMYK 0.41 0 0.05 0.60
HSL 172.68º 0.25% 0.32% -
HSV(B) 172.68º 0.41% 0.4% -
XYZ 8.63 11.11 12.76 -
YUV 88.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 60 101 96 0.41 0 0.05 0.60 172.68 0.25 0.32
Hex 3C 65 60 29 0 5 3C AD 19 20
Octal 74 145 140 51 0 5 74 255 31 40
Binary 111100 1100101 1100000 101001 0 101 111100 10101101 11001 100000

Color Harmonies of #3C6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6560

Black with #3C6560

Text Example


Text Example

White with #3C6560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,101,96); }

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

background-color css

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

 a { background-color: rgb(60,101,96); }

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

border-color css

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

 span { border-color: rgb(60,101,96); }

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